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 Rhinorhino 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
Joined
Nov 23, 2002
Messages
5
Location
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,....)

*^_^*
 
Thank You,

I was leaving out the owner...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top