dbTalk Databases Forums  

Stored Procedures

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss Stored Procedures in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Billy
 
Posts: n/a

Default Stored Procedures - 11-16-2004 , 05:23 AM






I am very new to the SQL 2000 package and would like some help with DTS.

Can I use Stored Procedures and, if so, how?

I created DTS package, added a SQL connection and added an Execute SQL Task,
but the only thing listed are tables and views.

Thx

Reply With Quote
  #2  
Old   
Darren Green
 
Posts: n/a

Default Re: Stored Procedures - 11-16-2004 , 07:31 AM






In the Exec SQL Task just type in the code to execute the procedure, e.g.

EXEC dbo.MyProc @Fred='Whatever'


--
Darren Green
http://www.sqldts.com

"Billy" <Billy (AT) discussions (DOT) microsoft.com> wrote

Quote:
I am very new to the SQL 2000 package and would like some help with DTS.

Can I use Stored Procedures and, if so, how?

I created DTS package, added a SQL connection and added an Execute SQL
Task,
but the only thing listed are tables and views.

Thx



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.