
Static variables in CLR stored procedures
Is there really no way to use static variables shared by several CLS stored procedures in the same DLL, except by making them read only? Or can you add new server variables and …
How to load data into table Using Script Task
Jun 6, 2014 · We have a directory/folder where we have a file. We need to insert the File Created Date , File Name , Extension into the database table of Sql server by using Script Task. So …
SSIS Variable Window is Hidden - social.msdn.microsoft.com
Oct 4, 2018 · What happens if you try to create a variable, let's say, via execute sql task. add an execute sql task and set SQlSourceType to 'Variable', then in sourceVariable create a new …
Como validar el objeto SqlDataAdapter
Para la parte del Garbage Collector no tenia idea, seguire tu consejo, para la parte de seguridad me hablaron de usar variables parametricas, para la seguridad de Sql Injection, pero este es …
foreach loop only reads one file - social.msdn.microsoft.com
Apr 24, 2014 · In the Expressions I have the Directory set to a variable path (User::strSourceFilePath) which is read from SQL Server. In the variables window I have this …
SSIS Package does not continue - social.msdn.microsoft.com
Apr 9, 2014 · I have package that starts with a Script Task which set the value of variables. Depending on these variable value, package can go into 3 different directions. After taking the …
SSIS Script Task....Connecting to 2 databases in 1 query -- Possible?
Aug 13, 2009 · Please note that I am inserting into DB1 and selecting from DB2. I understand that I do not have the connection string for DB2 but I am not sure how to declare that since I can …
Error with version of Script Task when run through Sql Server …
Aug 18, 2017 · I was facing the same issue. I then updated the VS 2015 shell (integrated) to version 14.0.25420.01 Update 3. Then I opened the .ispac project files and see the script task …
Arrays in T-SQL? - social.msdn.microsoft.com
Dec 4, 2012 · My question is how do I declare variables that are arrays of type int? There are are no arrays. I'm trying to compare two rows in a table, one column at a time, and display the …
Create a empty text file using script task
Jan 15, 2015 · Script task VB, I used System.IO.File.Create and created a file at harcoded path, but cannot able to do with variable and I need to append datetime to filename please help …