SQL Server DTSDiscussion specific to Data Transformation Service with SQL Server. General SQL Server discussions should use the general SQL Server forum. Readers of the book Professional SQL Server 2000 DTS with questions specific to that book should post in that book forum.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the SQL Server DTS section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I'm trying to have a DTS package fire when a column's value is changed in a table. And I'm trying to do this across servers as well. Or I was wondering if there was a way to execute a DTS from a Stored procedure or Trigger.
Using xp_cmdshell in conjunction with the dtsrun utility (command-line utility), you could execute a DTS package through a stored procedure, probably a trigger too.