Hi,
I have two servers, one is a production server and other is a testing server. Both these servers must be in sync.
Please can anyone let me know how to synchronize these two servers(automat ically) without replication.
In particular i want databases, tables, views, users and stored procedures to be same in both the servers. If a table gets added/deleted/update on the production , the same must be done on testing server.
Please help on doing this. Can you please help me in writing the script to backup all databases and restore it across network.
Please give a best solution.
Thanks in advance
I have two servers, one is a production server and other is a testing server. Both these servers must be in sync.
Please can anyone let me know how to synchronize these two servers(automat ically) without replication.
In particular i want databases, tables, views, users and stored procedures to be same in both the servers. If a table gets added/deleted/update on the production , the same must be done on testing server.
Please help on doing this. Can you please help me in writing the script to backup all databases and restore it across network.
Please give a best solution.
Thanks in advance
Comment