If this gets into specific SQL Server functionality, I'll move into the SQL Server forum. However for now....
Quote:
|
Originally Posted by UnlovelyBassman
I need to insert this ID (and possibly a couple other fields) into 3 other tables. My thoughts are that I need to write an "after insert" trigger.
|
....what are the "other fields"? (when talking about databases, these are columns not fields

)
Whether or not this is a good idea depends on what you want to propogate, from where to where. In short, you should not duplicate data in multiple tables (apart from primary keys when establishing relationships) but it isn't clear if this is what you are doing.