Viewing 15 posts - 766 through 780 (of 1,118 total)
Greg J (5/27/2009)
More precisely...How can I programmatically change the "Directory" attribute of the ForEach Loop container based on user input?
THANKS!
1. Right-click on the For Each Loop container and select Properties.
2....
May 27, 2009 at 11:51 pm
ns.sharath (5/27/2009)
Is it a pre-requisite to have Microsoft Office installed on the Server where an SSIS Package is deployed, if an Excel Connection Manager is used ?
No, it is not....
May 27, 2009 at 7:15 am
Jason (5/26/2009)
May 26, 2009 at 8:13 am
Jason,
I'm thinking about the following idea:
1. Setup the database connection manager with RetainSameConnection property set to true.
2. Do the impersonation process and AcquireConnection from the connection manager.
At this point you...
May 23, 2009 at 2:47 pm
Jason (5/22/2009)
May 22, 2009 at 9:50 am
I don't think you will be able to solve the problem with the impersonation. Check this article.
Having said that there are 2 solutions I could think of:
1. Limit the package...
May 22, 2009 at 8:25 am
Jason,
Why not use database logon and avoid dealing with user impersonations?
May 22, 2009 at 7:55 am
I don't think you will be able to use OLE DB connection from script. The method you are calling GetConnectionForSchema is most probably setting up a new OleDbConnection object. The...
May 21, 2009 at 2:42 pm
tunchinho (5/20/2009)
i have a package that contains 3 execute sql tasks for transaction operation, folowed by a data flow task and a script task.
my purpose is to get the values...
May 21, 2009 at 10:35 am
OceanDeep (5/20/2009)
May 20, 2009 at 4:24 pm
Try this:
dtexec /F "C:\DTSPackage\MySolution.dtsx" /SET "\Package.Variables[EmployeeID].Value;162" /SET "\Package.Variables[OfficeCode].Value;10" /SET "\Package.Variables[sFilePath].Value;N:\exportfile"
May 20, 2009 at 3:38 pm
OceanDeep (5/20/2009)
May 20, 2009 at 1:19 pm
dasari_stupid (5/19/2009)
We are having 20 dimension tables and each table will be having around 20 million records.
These tables would be loaded on a daily frequency with 5 files, each of...
May 19, 2009 at 5:36 pm
OceanDeep (5/19/2009)
May 19, 2009 at 5:31 pm
vana (5/18/2009)
email task to...
May 19, 2009 at 5:21 pm
Viewing 15 posts - 766 through 780 (of 1,118 total)