Skip to main content

Database Backup from SQL Server Managment Studio


Hi all,

Some Client requires to take database backup on daily basis but due to increasing size of data its is tedious and time consuming if we suggest to go for Navision Backup.At this point the best solution to suggest is to take backup from SQL Server.So lets discuss how to take backup of a database from SQL Server Managment Studio.

For taking Backup from SQL Server there are certain steps -



 Open SQL Server Management Studio on Server where the database resides.












Login to SQL Server Management Studio and Drill Down to the Database whose backup you want to take and Right Click It. Now select option of Backup.












The Next Windows shows you the details about the database and you can select the Destination path and file name here.
















You can change the path and file name of the backup by first clicking on Remove which will remove the existing (default) path and file name and then Add.. to set the new path and new file name for backup.
















Remember that file name should end with .bak Extension.
Then Click Ok and the backup will be done on the destination Location.
















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

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    ---------------------------

BC 21 and Higher - PowerShell Cmdlet (Replacement of Business Central Administration).

Hi Readers, As discussed in last article about deprecating of Business Central Administration, there are few common actions that we use in administration till Business Central 20. For our on-prem customers, we will still require doing activities. As Microsoft suggest we need to start using PowerShell cmdlet.    Let's see how to do those via PowerShell, or Administration Shell. I will be keep adding commands as you comment to this article.

Send Mail with Attachment From Navision.

Hi all, We have seen how to save a report into PDF and how to send mail to a customer. Let's link these two post in one i.e. Mailing statement to a customer into PDF Format. This article is part of the Series. Please Refer  Table of Content here . If you have the old objects set let me brief you what I will be changing -