Skip to main content

Restore a Database In SQL Server Managment Studio.


Hi all,

Most of us are aware with Navision Backup but at the same time unaware of SQL Server Backup. So lets discuss how to restore a SQL Database backup.

Let see the steps how to restore a SQL Server Database Backup.



Open SQL Server Management Studio on Server.
Login to SQL Server Management Studio and Create a new Database.


The Next Windows ask you the details about the database like Database Name. Provide a database name and click OK.



A New database has been created successfully. Now we will try to restore the backup into that database. In SQL Management studio Right click and select Restore Database.



After that you need to provide the database name where you want to restore the backup and the location of Database Backup.



Click on add and select the backup file you want to restore.


After selecting the database, Click OK. Then Click on Checkbox for Restore.



Then Go to the options from Right Hand Menu, and select the first restore Option i.e. overwrite the existing database (WITH REPLACE).

Then select the destination of files where you want to save them in restore the database files as.



After that Click ok, the database backup will be restored successfully.



Thanks & Regards,
Saurav Dhyani
http://saurav-nav.blogspot.in/

Comments

Popular posts from this blog

VIEW SERVER STATE permission on SQL Server?

Hi all, Sometime While trying to Login into a database we face an error message as shown below. --------------------------- Microsoft Dynamics NAV Classic --------------------------- You cannot start Microsoft Dynamics NAV Classic because you do not have the VIEW SERVER STATE permission on SQL Server. Contact your system administrator. --------------------------- OK    ---------------------------

NAV 2013 R2 - Cumulative update 12 Released.

Hi all, Please find below the details of  Cumulative Update 12 released for Microsoft Dynamics NAV 2013 R2. Title - Cumulative Update 12 for Microsoft Dynamics NAV 2013 R2 Build No. - 38053 Release Date - October, 2014 Local Version Included - AU, AT, BE, CH, DE, DK, ES, FI, FR, IS, IT, NA, NL, NO, NZ, SE, UK, RU Download Link Note: Implementing this cumulative update will require a database conversion unless you have already implemented update rollup 5.

NAV 2013 Upgrade Part III - Data Upgrading.

Hi all, As per agenda we need to discuss the data upgrade in NAV 2013. The process is similar to what used to be till NAV 2009 R2 but with some changes. Let's start the process. Remember -  1) You can only upgrade a database to NAV 2013 from NAV 2009 SP1 / R2 SQL Only. 2) The Synchronization of users with SQL Server is no more required.