Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 DTS

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2003-08-08 : 08:16:54
ats writes "i want to design a dts package as follows;

1) run TSQl using a connection
2) upon successful completion of TSQL, i then want to produce results to an XL sheet or on failure write a message to Event Application log using RAISERROR.

i can do task 1 above with SQL connection defined. i know how to define workflows but when i try to define a workflow between TSQL task to an XL connection, i get an error that i cannot do it.

please assist to let me know how i can get the whole of the above working. thanks a bunch"

Stoad
Freaky Yak Linguist

1983 Posts

Posted - 2003-08-08 : 08:30:52
Seems you need only two connections:
the 1st - SQL Server connection
the 2nd - Excel workbook connection
and
Menu >> Workflow >> Add Transform Task

In the properties sheet of this task you may
assign your query as the datasource for this task.

- Vit
Go to Top of Page
   

- Advertisement -