Re: DTS - Triggers and Defaults Not Firing
From: Andrew J. Kelly (sqlmvpnooospam_at_shadhawk.com)
Date: 05/29/04
- Next message: Adam David Moss: "Scheduled DTSs."
- Previous message: JDP_at_Work: "Re: TSQL Trap for Timeout Expired"
- In reply to: Allan Mitchell: "Re: DTS - Triggers and Defaults Not Firing"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 29 May 2004 09:04:25 -0400
Right you are Allan. I can always count on you to clean up my mess<g>.
-- Andrew J. Kelly SQL Server MVP "Allan Mitchell" <allan@no-spam.sqldts.com> wrote in message news:uq3n94TREHA.1448@TK2MSFTNGP11.phx.gbl... > 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 > > > "Andrew J. Kelly" <sqlmvpnooospam@shadhawk.com> wrote in message > news:u$hI4hSREHA.620@TK2MSFTNGP10.phx.gbl... > > 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 > > > > > > "Louis Ritchie" <anonymous@discussions.microsoft.com> wrote in message > > news:E9C3079A-6993-4677-8650-AEFCB5C96F0C@microsoft.com... > > > I'm loaing data using DTS (Excel to SQL 2000). There are triggers and > > 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? > > > > > >
- Next message: Adam David Moss: "Scheduled DTSs."
- Previous message: JDP_at_Work: "Re: TSQL Trap for Timeout Expired"
- In reply to: Allan Mitchell: "Re: DTS - Triggers and Defaults Not Firing"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|