Forum Discussion

Jaipal385's avatar
Jaipal385
Copper Contributor
Dec 25, 2023

trigger between 2 databases

Hi, community, I am trying to create a trigger between 2 different databases on one server.    Query:   CREATE TRIGGER insert_into_pipelines ON [test_1].[dbo].[ag] AFTER INSERT AS BEGIN INS...

Resources