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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Inserting result of a trigger into another Database?

Status
Not open for further replies.

bmackeysr

Instructor
Nov 23, 2002
5
US
I've set up a trigger on a table in database 'A' and want to store the results in database 'B'. I'm using this for auditing changes in just one table, but cannot figure out how to get the data into the other database.

Any help would be appreciated.
 
insert into database.owner.table(column,.....)values(value,....)

*^_^*
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top