I have data which will constantly be dropped into an externally hosted SQL 2000 server and I want to copy it over to an internally hosted SQL 2005 server. I have a working knowledge of SQL but I've never written a trigger before and I'm wondering if this is the best way of transferring the data between databases.
I have also considered writing a VB 2005 application using stored procedures. Can anybody advise on the best way of transferring this data please?
Thanks.
Start Free Trial