I have recovered data (Database Trackit, table tasks) on my desktop machine running SQL 2005 Developer. The data needs to be inserted into the (Database Trackit, table tasks table) on the SQL1 Server. I want to insert all records from my desktop onto the Sql1 Server. I did Register the server so that I can now 'see it' from my desktop SQL server. I just don't know how to refer to the other database to do the insert.
I think it will be something like this:
INSERT INTO \\sh-sql1\Trackit.tasks FROM \\localmachine\Trackit.tasks
But I am sure that is not exactly correct. Please advise.
I think it will be something like this:
INSERT INTO \\sh-sql1\Trackit.tasks FROM \\localmachine\Trackit.tasks
But I am sure that is not exactly correct. Please advise.