DTS Package and Triggers

  • I have the requirement to copy data from a table from one SQL Server to an identical table in another SQL Server. I need for the data to be copied from the first server when a row is inserted. I believe I can use the DTS package to perform the copy for the row inserted to the other server and this could be done when the insert trigger on the first server is fired. From my question, you can tell I am new to this so any ideas or where I can find an example would be greatly appreciated.

    Thanks,

    Fred

     

  • This was removed by the editor as SPAM

  • You can try to use replication.If you need just one table to be syncronized you can specify this when you are making the publication.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply