Viewing 15 posts - 1 through 15 (of 31 total)
Okay, i will need more information to help you. Are you sure you are passing the file name in your file system task. It will not work if you pass...
November 12, 2008 at 11:15 pm
What issues are you getting ?
November 12, 2008 at 7:10 am
You can do this using OnError Event handler, see the tabs on the development studio, it will be next to the data flow tab.
In the event handlers tab ,...
November 12, 2008 at 3:42 am
We have the packages stored on msdb. The other folders which store log files, error files, temp storage etc are on a separate physical drive which is shared between...
November 12, 2008 at 12:17 am
We are using the setup that you have described and its working well.
November 11, 2008 at 4:52 am
Yes, it can be done is SSIS. Depending upon what you want to do , you need to use the various components present in control flow of SSIS.
You can...
July 9, 2008 at 4:16 am
I think the type of connection manager you are using is not apt for the Data reader, try using the ADO.Net connection. When you right click on the connection managers...
July 8, 2008 at 5:31 am
I agree with Ben here, you should probably try to add columns that will track the changes in that row.
You can find the look up component in a Data...
May 25, 2008 at 3:08 am
Hi Mike,
Yes, it is possible to design a package which will satisfy your requirements. You will have to use a dataflow...
May 23, 2008 at 2:37 am
With SSIS you will have option to transform the data in case you need to modify it. Else you can use the import export utility to migrate data from oracle...
April 28, 2008 at 6:06 am
You can use for each loop for this. You can put a filter such as xbuns.??? . Use this in the File text box in the collection tab of the...
April 28, 2008 at 5:53 am
Hi,
I assume that you want to add multiple destinations. In data flow you can have only one success path from a source component. But you can...
April 28, 2008 at 5:49 am
I think i have got my resolution ... i had posted this query on Jamie Thomsons Blog , he has replied to it and i agree with it .. here...
April 2, 2008 at 8:25 pm
Todd , i am doing the same thing ... i retrieve two columns through the select query , the properties are as follows :
ResultSet = Full result set
SQLStatement= SELECT COL1,COL2...
March 26, 2008 at 12:04 am
Viewing 15 posts - 1 through 15 (of 31 total)