Wrox Programmer Forums
|
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 October 29th, 2003, 10:52 PM
Registered User
 
Join Date: Oct 2003
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default DTS & Trigger

Hi...
Iam making a table which is getting its data from txtfile..
This table is getting data after every single minute.so iam doing this by executing a DTS
Now i want whenever this table gets data it execute a stored procedure which will create my second table..
but trigger is not working when dts execute ...and insert the records in first table...
Please helpp

 
Old November 4th, 2003, 04:05 PM
Authorized User
 
Join Date: Jul 2003
Posts: 15
Thanks: 0
Thanked 0 Times in 0 Posts
Default

You mention that the trigger on table1 is not working when you use DTS. There is an option called "use fast load" under the options tab on the transformation data task properties dialog. If you uncheck this you should find that your trigger now fires properly when using DTS.

Thanks,
Jeff







Similar Threads
Thread Thread Starter Forum Replies Last Post
Trigger & SP (Table Updates) Neal SQL Server 2000 6 April 25th, 2006 09:45 AM
Javascript && keeps turnig into && ayrton Pro VB.NET 2002/2003 3 June 27th, 2005 03:34 PM
Linux & KDE & C++ & QT & MYSQL & Kdevelop Munnnki Linux 0 January 2nd, 2005 05:41 PM
ASP & DTS in SQL server a_pathak SQL Server ASP 2 March 24th, 2004 12:48 AM
ASP & DTS in SQL server a_pathak SQL Server DTS 1 March 22nd, 2004 09:23 AM





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