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