Viewing 15 posts - 61 through 75 (of 284 total)
Temp tables will work in SSIS, but you have to set the "RetainSameConnection" property of your connection to True. Otherwise new connections will be used for each task and...
September 8, 2010 at 11:33 am
I'm not sure I understand what you are asking....
If you have saved the connection string property of your connection managers in SSIS Configurations, and you edit that value in the...
September 2, 2010 at 9:03 am
Putts (5/2/2008)
Have researched everything I can find about using SQL tables for the Configuration but they...
September 2, 2010 at 8:11 am
Do all files of the same type have the same record structure? This is important because it will determine a single Data Flow can be defined to handle all...
September 2, 2010 at 7:13 am
Is it possible that something is locking the files that you are trying to delete?
September 1, 2010 at 8:58 am
If you are executing the SSIS package from the SQL Agent, then it is the SQL Agent service account that will need the proper permissions to the directory, not the...
September 1, 2010 at 8:28 am
You would set up each connection in the SSIS Package Connection Manager. Then run the SSIS Package Configurations wizard. It will display the connections you have defined and...
August 31, 2010 at 7:04 am
Tara-1044200 (8/27/2010)
can we create a group in sql server like windows?
No, as Lowell previously mentioned, you cannot add new Server roles - and I think that is basically what you...
August 30, 2010 at 8:49 am
AndrewSQLDBA (8/4/2010)
I am using MS Visual Studio...
August 4, 2010 at 11:39 am
Here is a link to a how-to video from Kathi Kellenberger that I just viewed yesterday:
August 4, 2010 at 6:47 am
A shortcut I use to view the file is to change the DTSX extension to XML and then drag the file into the IE browser.
August 2, 2010 at 7:49 am
princa (7/30/2010)
Ed Zann (7/30/2010)
July 30, 2010 at 9:28 am
If you only want to update specific rows in your sub-table, you would use a SQL Task in the Control Flow and write a standard SQL update query.
If you do...
July 30, 2010 at 6:31 am
I have not done this, but I would imagine you would use a Script Task and the Excel Object Model to manipulate the font color of cells.
You would...
July 22, 2010 at 8:10 am
In my environment, I write the SSIS event information to a log table, so I have not had to capture it as you are asking. However, it appears to...
July 13, 2010 at 7:31 am
Viewing 15 posts - 61 through 75 (of 284 total)