Viewing 7 posts - 46 through 52 (of 52 total)
I posted this under another Excel question and it works pretty slick. You can apply formatting (Inserting rows, Titles, formatting to the detail, etc) to the excel file and...
December 1, 2003 at 3:24 pm
You could use Workflow ActiveX scripts to control the program flow instead of the On Failure. Workflow scripts execute and 'decide' whether or not the task should execute. ...
December 1, 2003 at 3:15 pm
Couldn't you return an Output Parameter from the stored Proc with the status Matthias described? Then evaluated the status in DTS (set the output parameter to a Global Variable),...
December 1, 2003 at 3:05 pm
Use an Execute SQL task against the Excel connection:
DROP TABLE table_name
Then In a second Execute SQL task against the same connection:
CREATE TABLE `table_name` (
`ColumnName1` VarChar (8) ,
`ColumnName2` DateTime ...
December 1, 2003 at 2:50 pm
Thanks for the response
Have you or anyone you know of used Microsofts Host Integration Server?
November 21, 2003 at 1:09 pm
I use two tasks in every DTS Package I create to control at runtime the environment settings (1 activex and 1 dynamic properties task). Then when I move...
November 18, 2003 at 5:10 pm
I agree with noeld. Place the code in a workflow activeX script on the final task (decide whether or not to loop)
November 18, 2003 at 4:35 pm
Viewing 7 posts - 46 through 52 (of 52 total)