Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

using a store proc. in DTS package

Status
Not open for further replies.

pvmurphy

Programmer
Jul 29, 2003
50
0
0
US
I'm tryiing to set up a DTS package, I would like to use a stored procedure rather than type in query to gather the information I want to export. I can't seem to find anyway to do is, is it allowed, and if so, how would you go about doing it.

Thanks in advance,

Jim
 
You would use "Execute SQL Task" and specify the sp as follows:

EXEC userschema.mystoredproc
 
snag56,

Belated thanks for your help, I have it working find.

Jim
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top