all groups > sql server dts > december 2003 >
You're in the

sql server dts

group:

DTS & Triggers



Re: DTS & Triggers Allan Mitchell
12/24/2003 9:54:23 AM
sql server dts: Take off "fast load" on the last page of the datapump setup. Your trigger
should fire now.

--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

[quoted text, click to view]

DTS & Triggers haode
12/24/2003 6:41:15 PM
The DTS service fetch 3 rows from a CSV file and insert to the tblTemp
table.

and in tblTemp there is a trigger which performs insert them to the tblMain.

when I insert a row direct to the tblTemp the trigger works ok.

but unfortunately when the DTS works the trigger is not working.

This process(DTS->tblTemp->tblMain) is due to some reasons. for example, PK
constraints.

Are there something that I missing?

TIA.

Re: DTS & Triggers Allan Mitchell
12/26/2003 7:32:33 AM
Fast and slow can be relative terms <grin>
Test it for your performance.

--
--

Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org

[quoted text, click to view]

Re: DTS & Triggers haode
12/26/2003 9:28:05 AM
Thanks.
It did work.
BTW, is it suposed to be slow then?
[quoted text, click to view]

AddThis Social Bookmark Button