Wrox Programmer Forums
Go Back   Wrox Programmer Forums > SQL Server > SQL Server DTS
|
SQL Server DTS Discussion 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
 
Old March 1st, 2005, 02:27 PM
Registered User
 
Join Date: Mar 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Executing a DTS package on value change

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.

 
Old March 1st, 2005, 02:50 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,998
Thanks: 0
Thanked 3 Times in 3 Posts
Default

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.

Brian





Similar Threads
Thread Thread Starter Forum Replies Last Post
Error Executing Package Chapter 6 siddhi BOOK: Professional SQL Server 2005 Integration Services ISBN: 0-7645-8435-9 3 October 14th, 2009 02:45 PM
executing DTS through ASP lem SQL Server ASP 1 February 6th, 2007 05:08 PM
Executing DTS package from Stored Proc irfankhanpathan SQL Server DTS 2 September 28th, 2005 01:12 AM
Executing DTS package from ASP page via SP savoym Classic ASP Basics 0 April 28th, 2005 07:02 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.