Skip to main content

Restore database to existing MSSQL database

Restore database to existing MSSQL database

To restore database to existing active MSSQL database, use below query. 

restore database <databaseName> from disk = '<backupFileName>' with replace;

Comments

Popular posts from this blog