Hi Experts.
I'm working two SQL server. one is Development SQL Server and other is the production SQL server. They're both SQL 2005. I'm trying to select Data from one Server Database and insert it into our production Database. I thought you could just run insert into query and specify the Server.Database.table name from Select * from server.database.table name.
Is this even possible.
P.S. I do have bother Server registered on my Management Studio and see the tables. BTW the table and database structure are the same. I know I can just use import export wizard. But I want to be able to specify the cerdain records to by imported.
Start Free Trial