Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 can a trigger start and DTS package?

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2006-01-18 : 08:56:27
morris writes "hi do you have a sample of a trigger that starts a dts package when a new record is entered?"

nr
SQLTeam MVY

12543 Posts

Posted - 2006-01-20 : 10:33:16
Probably a really bad idea but just code a dtsrun command in an xp_cmdshell or use the com interface.

==========================================
Cursors are useful if you don't know sql.
DTS can be used in a similar way.
Beer is not cold and it isn't fizzy.
Go to Top of Page

RickD
Slow But Sure Yak Herding Master

3608 Posts

Posted - 2006-01-20 : 10:39:18
I'd like to see how long your inserts take.
Go to Top of Page

Michael Valentine Jones
Yak DBA Kernel (pronounced Colonel)

7020 Posts

Posted - 2006-01-20 : 10:50:28
>>Probably a really bad idea...

I would say there's about a 99.99999% chance it's a really bad idea.

CODO ERGO SUM
Go to Top of Page
   

- Advertisement -