all groups > sql server dts > may 2004 >
You're in the

sql server dts

group:

DTS - Triggers and Defaults Not Firing


DTS - Triggers and Defaults Not Firing Louis Ritchie
5/28/2004 7:21:01 PM
sql server dts:
Re: DTS - Triggers and Defaults Not Firing Andrew J. Kelly
5/28/2004 10:55:53 PM
Bulk loads by default do not fire triggers, constraints etc. and do not load
default values. In the options of the transformation task you need to
specify to Keep NULL values and what ever else is relevant.

--

Andrew J. Kelly
SQL Server MVP


[quoted text, click to view]
defaults on the tables being loaded. The columns are nullable that are to
be updated via insert and update triggers. After the load, the columns have
nulls. I'm copying colum from Excel to column into DB. When I update the
tables using DML, the triggers and defaults work as expected. Why are the
triggers and defaults not firing?

Re: DTS - Triggers and Defaults Not Firing Allan Mitchell
5/29/2004 6:37:12 AM
And that option is to uncheck "use fast load"

--
--

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


[quoted text, click to view]

Re: DTS - Triggers and Defaults Not Firing Andrew J. Kelly
5/29/2004 9:04:25 AM
Right you are Allan. I can always count on you to clean up my mess<g>.


--

Andrew J. Kelly
SQL Server MVP


[quoted text, click to view]

AddThis Social Bookmark Button