passing db table values from one sql server instance to another sql server instance
I have a table "Client" in database "Sample" in a sql server instance "sa" i want to pass all the table"Client" values into another sql server instance "demo" by runing just an stored procedure.
Comment