Viewing 11 posts - 1 through 11 (of 11 total)
Your wish is my command. This should comment out the schedule_uid parts.
December 31, 2012 at 2:02 pm
For a sql server login I can not think of a way. The AcquireConnection method requires that the connection object have a connection string. Doing encryption is really not...
February 7, 2011 at 11:22 am
Sorry that is a classic problem with SQL Server logins. An option is to encrypt the password in a the config file and decrypt in the SSIS package using SQL...
February 7, 2011 at 9:45 am
I commented out a section in the code on how to use SQL Server Auth:
/* Setup connection, this is SQL Server authentication
...
February 7, 2011 at 9:16 am
Thanks Philcart!
I really need to look at this powershell someday when I have some free time.
July 7, 2010 at 5:27 pm
Why don't you post it? I am always interested in multiple ways of doing the same thing. This would only work for SQL Server 2008 and above because...
July 7, 2010 at 8:07 am
kimetch (7/6/2010)
July 6, 2010 at 4:00 pm
salman788 (7/6/2010)
I have figured out the how to change MYJOB folder. But can you please tell me how can I change TEMP folder location where you keep ScriptJobs.dtsconfig
You would need...
July 6, 2010 at 3:57 pm
To use the scriptJobs2005.dtsx file you will need to have SQL Server 2005 installed with BIDS (SQL Server Business Intelligence Development Studio) and the SDKs (the folder C:\Program Files\Microsoft SQL...
July 6, 2010 at 11:57 am
I have attached the SQL Server 2005 version just remove the txt file extensions. Let me know if you have any issues. This version will only work on SQL...
July 6, 2010 at 7:05 am
I have only been working with this a short time but I found the using the SQL Destination has problems when trying to connect to non-local servers. I have replaced...
August 17, 2006 at 11:19 am
Viewing 11 posts - 1 through 11 (of 11 total)