I need to copy an entire database (all tables and registers) from one server to another and keep it equal. Is there any script (it can be in PHP) that I can use to do this? For example, I read all the data from server 1 and insert in server2.
I've tried generate script (all inserts and creates) but the database from server 1 is too big and I can't execute on server 2.
I'm using SQL Server 2014 Management Studio.