Viewing 6 posts - 1 through 6 (of 6 total)
I want to capture who is running the package in the variable.
Thanks
February 12, 2009 at 9:04 am
use zipstream to unzip in a scrip task then I would use for each loop and enumerate with a file wildcard like tt*.*
Use a varaible where i put the...
September 4, 2008 at 12:36 pm
I need help with the transformation script that will parse each row and count the number of commas (probably with a script). After it gets to the 25th comma...
August 7, 2008 at 7:31 am
I understand. Try this.
Use a valid Windows login to connect to SQL Server. If you must continue to use a SQL Server login, you can change the security authentication...
August 4, 2008 at 9:35 am
Change the Authentication Mode of the SQL server from "Windows Authentication Mode (Windows Authentication)"
to "Mixed Mode (Windows Authentication and SQL Server Authentication)".
August 4, 2008 at 9:26 am
Viewing 6 posts - 1 through 6 (of 6 total)