michelleqw
Programmer
Dear SQL users,
We are trying to copy a table to an other server database, both servers are in the enterprise manager (2000).
Inside the same server it is very easy to copy a table to an other database with the next syntax:
Select * into targetdb.dbo.tbl_a from sourcedb.dbo.tbl_a
Is it possible to copy a table to an other server.
If yes, can someone pls give the source?
Nice regards,
Michelle.
We are trying to copy a table to an other server database, both servers are in the enterprise manager (2000).
Inside the same server it is very easy to copy a table to an other database with the next syntax:
Select * into targetdb.dbo.tbl_a from sourcedb.dbo.tbl_a
Is it possible to copy a table to an other server.
If yes, can someone pls give the source?
Nice regards,
Michelle.