Viewing 15 posts - 31 through 45 (of 53 total)
Checkout the Multi-Phase feature of the Transform Data task, or you could also use the Data Driven Query Task. Both are very handy for cases such as yours.
February 3, 2004 at 9:46 pm
You can use a ExecuteSQL Task and assign the rowcount to a global variable in the paramters mapping/output parameter tab. Then evaluate the new global variable in a workflow ActiveX...
January 12, 2004 at 1:37 pm
I have a couple thoughts.
(1) There is a 'Close Connection on Completion' Property you can set for the Transform Data Task.
(2) Why wouldn't you...
December 30, 2003 at 9:44 pm
You could also use UNION and combine all the separate selects into one statement.
December 26, 2003 at 9:50 am
You can set the data source dynamically using the Dynamic Properties task. Typically you would assign the desired connection value to a global variable(s) and then use the Dynamic...
December 24, 2003 at 1:45 pm
You cannot use the built-in FTP Task to send files back to the FTP site. It only works to receive files via FTP.
December 24, 2003 at 1:28 pm
When you schedule a package to run as a job it will run on the Server instead of your local machine. Make sure the Server running the dts job...
December 24, 2003 at 1:24 pm
True, it could fail for any reason. But you can write the record to an error log and research it later and let your job continue to run.
December 15, 2003 at 9:56 am
Could you use a Data Driven Query Task instead of the ExecuteSQL Task? Then you could trap the insert failures and 'skiprow'
December 12, 2003 at 9:25 pm
I can think of 2 methods. (1) Load to staging table, then select distinct and insert into main table. (2) Use the data driven query task. And...
December 12, 2003 at 9:07 pm
Why would you havbe a "unique" index that you allow duplicates?
Could you call your stored proc from another proc (handling the 'error' in the new proc), then execute the new...
December 10, 2003 at 9:56 pm
Was the data dropped from the prior run? If not, then the Drop was not successful.
I did not setup a named range in Excel before using the...
December 8, 2003 at 3:34 pm
quote:
Corey, that's amazing. Did you find this documented anywhere. I would like to explore this further.Regards
Stefan
December 5, 2003 at 10:57 am
You might want to try running the dynamically generated sql in Query Analyzer. We had a similar occurance where the DTS packaged seemed to hang, but when we ran...
December 3, 2003 at 9:18 am
Viewing 15 posts - 31 through 45 (of 53 total)