I have an application that will access a SQL 2000 server and a SQL 2005 server and I want to copy the contents of one table in a database on the SQL 2000 server to the SQL 2005 server. This process will probably be run a few times each day.
Can I write an INSERT..INTO..FROM query that will work across both servers (i.e. source table on SQL 2000 server and destination on the SQL 2005 server) or do I need to use another mechanism - e.g. DTS or ADO recordsets with different connections?
I feel I should know the answer but I dont!!
Can I write an INSERT..INTO..FROM query that will work across both servers (i.e. source table on SQL 2000 server and destination on the SQL 2005 server) or do I need to use another mechanism - e.g. DTS or ADO recordsets with different connections?
I feel I should know the answer but I dont!!