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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DTS Error

Status
Not open for further replies.

VBXL

Programmer
Joined
Jul 10, 2001
Messages
198
Location
GB
HI

I have created a Stored Procedure and it work fine in the Query Analyzer Windows but when i use a "Execute SQL Task" in a DTS, it does the stored prodedure but it does not do it all, why

Cheers

VBXL
 
I'm not quite sure what you're trying to do, but you might double-check the workflow and package properties, etc. in the dts package to make sure that the transaction settings are appropriate. Basically, the package needs to know what to do if part of it fails. Currently, I don't execute any stored procedures in my dts, but I do execute queries as part of a transaction and don't have any trouble. Also, I do execute a s.p. as the sole step in a job. In this case, I used a transaction within the s.p. so that if part of it fails, the entire thing rolls back.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top