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)
 Using output from stored procedure in ActiveX-task

Author  Topic 

markusf
Starting Member

15 Posts

Posted - 2007-01-16 : 03:39:20
Hello

In DTS: Is there any way to use the output from a StoredProcedure in a ActiveX Script Task? The stored procedure, can either use a RETURN [intval] OR a final SELECT [intval].

In advance: Thank you so much for your help, SQLTeam is the BEST forum I've ever been a part of!

Markus

--
Markus Foss, Norway

nr
SQLTeam MVY

12543 Posts

Posted - 2007-01-16 : 06:34:34
see
http://www.nigelrivett.net/DTS/DTSExecuteStoredProcedure.html

That gets an output parameter from the sp and populates a global variable.


==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page
   

- Advertisement -