Forum Discussion

MichaelBurkhardt's avatar
MichaelBurkhardt
Copper Contributor
Feb 08, 2019

SQL Server Table Trigger over two Database Server with the same Table Stucture

Hello I have a question
Is it posible to create a Trigger after Update to write the hole updated data to an identical sql server with the same table structur?

To describe this in more detail: Two database servers with identical tables. One Process writes data into Table 'A' and now I want that a trigger (after insert or after update) writes the same Data into table 'A' on the second database server, with the identical table with the same Structure and the same Login. Is this possible?

 

Greetings from Germany

Michael


Greetings from germany
Michael

Resources