The Script task provides code to perform functions that are not available in the built-in tasks and transformations that SQL Server Integration Services provides.
Inside of a Script Task in SSIS, I need to make a call to an SQL database. I have a …
c# sql sql-server ssis script-taskI have a SSIS package with a script task, I get the following error when i try to run it …
c# ssis script-taskHow do you access a RecordSet variable inside a Script Task?
ssis etl script-taskI have an SSIS package that runs an SQL query and exports it to a csv file via a Data …
c# sql-server csv ssis script-taskI feel like I am missing some configuration or something, because I have followed tons of tutorials online, but cannot …
c# sql-server ssis etl script-taskI'm setting up email alert using SSIS script task. The code works when CC field is only one email but …
sql-server vb.net ssis etl script-taskI have made the following PowerShell script: Set-Location D:\folder1\folder2\folder3\folder4; Get-ChildItem | Rename-Item -NewName {$_.BaseName.insert(19,'loadtime') + (Get-Date …
sql-server powershell ssis scripting script-task