How do I create a stored procedure to replicate data from a SQL Server instance to another? This should take parameter of server name and be able to pull out info on just that server
They instances are on the same box.
How do I create a stored procedure to replicate data from a SQL Server instance to another? This should take parameter of server name and be able to pull out info on just that server
They instances are on the same box.