Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DTS Import & Triggers

Status
Not open for further replies.

Sheffield

Programmer
Joined
Jun 1, 2001
Messages
180
Location
US
Greetings,

I have a situation where I need to correct a TON of data in a specific field that gets imported via DTS. I thought I could do so by creating a Trigger.

I guess wrong. Even though the Trigger is set up for INSERT and UPDATE, it doesn't affect the data being imported. I guess DTS doesn't use either. (However the trigger works perfectly for normal Insert and Update T-SQL stmts.)

Can anyone tell me how I can duplicate the effect of a trigger for DTS imported data?

For example, I have common appreviations like 'Nash', whereas it should read 'Nashville'; 'Buff' where it should be 'Buffalo', etc...

Thanks:-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top