Re: Delete DTS Package in code
From: Darren Green (darren.green_at_reply-to-newsgroup-sqldts.com)
Date: 12/14/04
- Next message: srussell705: "Run a DTS from a SP"
- Previous message: Jupe: "Re: DTS Error: Unable to enlist in the transaction"
- In reply to: Adam Cain: "Re: Delete DTS Package in code"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 14 Dec 2004 17:19:10 +0000
In message <5FF7D3BD-6A7F-4139-9A2C-45CADFAA88C7@microsoft.com>, Adam
Cain <AdamCain@discussions.microsoft.com> writes
>Darren, you defintely got my attention. How can I run a package
>asynchronously without saving it to run it through a stored procedure?
>
Ok, I missed the bit about the stored proc call. Sorry. That will be a
bit of a problem as you are breaking the create and execute across VB
and SQL. Stick with the save, execute and delete. Use unique names for
the packages each time they are created I guess would aoid the clash of
concurrent users.
Sorry about that, it's possible I'm sure, but I think the effort would
far outweigh any benefit as there are workarounds for your current
issues.
Cheers
Darren
-- Darren Green (SQL Server MVP) DTS - http://www.sqldts.com PASS - the definitive, global community for SQL Server professionals http://www.sqlpass.org
- Next message: srussell705: "Run a DTS from a SP"
- Previous message: Jupe: "Re: DTS Error: Unable to enlist in the transaction"
- In reply to: Adam Cain: "Re: Delete DTS Package in code"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|