Hi i'm creating my first 'after update' trigger. SQl server has two dbs that the trigger will be used against. The purpose of the trigger is when a table (10 columns) in db1 has an update the updated values are also updated a table in db2. I've been looking thru msdn articles and other sources, and could not find anything to access what has transpired within a table. I hoping that i would not have to pass values from an application level update statement to the trigger, but rather use some sort of transaction log to in the trigger, so when table on db1 get and update, table in db2 udtaes the specified columns with the same data.
Thanks for your insight!
Thanks for your insight!