all groups > sql server dts > june 2005 >
You're in the

sql server dts

group:

Stored Procedure from DTS



Stored Procedure from DTS Chris Kennedy
6/28/2005 12:00:00 AM
sql server dts: Can anyone tell me how, I can execute a stored procedure in a DTS and
depending on the output parameter execute the rest of the stored procedure
or else write to a log file?

Re: Stored Procedure from DTS Allan Mitchell
6/28/2005 12:00:00 AM
Do you mean that based on what is returned in the OUTPUT parameter in a proc
you either carry on with the package or exit gracefully after logging the
fact?

If you do then yes this is possible

Have a look at these articles.

Global Variables and Stored Procedure Parameters
(http://www.sqldts.com/default.aspx?234)

Multiple Paths in Workflow
(http://www.sqldts.com/default.aspx?218)

--



Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.SQLIS.com - You thought DTS was good. here we show you the new stuff.
www.konesans.com - Consultancy from the people who know


[quoted text, click to view]

RE: Stored Procedure from DTS Ravi
6/28/2005 7:49:15 AM
Chris
You can use "Execute SQL Task" to call a stored procedure. Can you explain
more about what exactly you are trying to do?
--
Thanks
Ravi


[quoted text, click to view]
AddThis Social Bookmark Button