Click here to Skip to main content
15,885,711 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have two server i want to replicate the database instantly. Please help me how to replicate the database with proper steps.
Posted
Comments
RedDk 20-Jan-15 13:42pm    
It might be only necessary to copy the .ldf & .mdf to the target machine then ATTACH the files from there.

This works on ss2k8r2, anyway. And here's pure conjecture, useless in my estimation, but it probably works on SQL Server 2015 as well.

1 solution

Use the Import/Export wizard in SSMS?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900