Re: Replicating data across schemas -
03-07-2009
, 03:27 AM
Hello Chakravrthy,
You don't mention how immediate the data needs to be replicated. Once-a-day?
Once-a-minute? You could set up a DTS scheduled job to copy over the new
information as needed to multiple destinations.
You could use an INSERT trigger, but it's not as visible, requires linked
servers, and if it fails (for example, rebooting remote server), how would it
recover, or notify you? SQL 2000 doesn't use the TRY/CATCH that SQL 2005
enjoys, so you'd have to find other ways around it.
Let us know how you make out.
Best Regards,
Tom
Thomas Bradshaw
Data Integration Services
MyWebGrocer LLC
--
Message posted via SQLMonster.com
http://www.sqlmonster.com/Uwe/Forums...r-dts/200903/1 |