Re: How to execute stored procedure using DTS -
10-14-2003
, 03:30 AM
Add a connection (Details as per your SP location)
Add an ExecuteSQL task (Connection is the one above)
--
----------------------------
Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org
"feel good" <tcleung (AT) uvic (DOT) ca> wrote
Quote:
How to execute stored procedure by using DTS designer?