英文: how to access the Dts variables inside the public static void function 问题 I use this code in scr...
deserialize mongodb datetime field "$time" of JSON document field in C#/SSIS Script component
英文: deserialize mongodb datetime field "$time" of JSON document field in C#/SSIS Script co...
使用SSIS转换日期/时间。
英文: Convert date/time using SSIS 问题 我需要将一个txt文件加载到SQL表中,使用SSIS。列'Action_date'的日期格式如下:Feb 24 2023 9:3...
在 SSIS 多线程解决方案中发生意外终止。
英文: Unexpected Termination in SSIS multithreading solution 问题 在 https://key2consulting.com/multithre...
OutputBuffer在处理大型C#列表时不起作用
英文: OutputBuffer not working for large c# list 问题 我目前正在使用SSIS对项目进行改进。需要将单个文档插入到MongoDB的时间序列类型集合中。在某个...
SSIS脚本任务 – 计算输出对象中唯一行的数量
英文: SSIS Script Task - Count Number of Unique Rows in Output Object 问题 我的SSIS脚本任务将5行记录生成到Output脚本组件中...
如何在SSIS脚本任务中访问用户变量的参数
英文: How to Access Parameters of User Variables in SSIS Script Task 问题 I have a variable [User::WorkO...
SQL SSIS Script Task 使用 C# 处理所有行
英文: SQL SSIS Script Task Using C# to Process All Rows 问题 在SSIS中,我有一个脚本任务,它接收包含6个值的10行数据: Row.WorkOrd...
Python in Execute Process Task
英文: Python in Execute Process Task 问题 我已经编写了一个Python代码,然后通过SSIS的"执行进程"任务来运行它。 该代码通过Google ...
使用SSIS中的脚本任务设置变量值。
英文: Setting a variable value using a Script Task in SSIS 问题 使用脚本任务,我试图将变量A的值设置为变量B的值。它们都在同一个包中。 这是我使...
4