How to Create Database Backup in SQL Server 2012

Introduction

In this article I am going to explain how to create a database backup in SQL Server 2012. In SQL Server 2012 we use Enterprise Manager to create a database backup. The SQL Server dialog box is used to create a database backup. In this dialog box we need to provide the name and description of the database backup.  

Steps to create database backup using Enterprise Manager in SQL Server 2012

Step 1 : Start SQL Server:

Clipboard01.jpg

Step 2 : Expand database and select database => right-click on selected database => now click on Task => then click on Back Up:

Clipboard03.jpg

Step 3:  The Backup dialog box appears; to create a database backup:

Clipboard05.jpg

Step 4: Now verify the database or select a different database in the database list box:

Clipboard08.jpg

Step 5 : Now select the backup type from the backup list box. There are three type of backup:

Clipboard02.jpg

Step 6 : Now select the backup component:

Clipboard0222.jpg

Step 7 : Now provide a name of the backup database and description:

Clipboard09.jpg

Step 8 : Specify when the backup set will expire:

Clipboard10.jpg

Step 9 : Specify the destination of the database. To select the destination click on the Add Button:

Clipboard10.jpg

Step 10 : Now we see a new dialog box, click on the browse button to choose the location:

Clipboard11.jpg

Step 11 : Now we again see a new dialog box, choose the location of the backup file and provide the name of the backup file. Then click the OK button:

Clipboard12.jpg

Step 12 : We see that the destination path for the backup file has been selected. If it is correct then click the OK button:

Clipboard14.jpg

Step 12 : Now click on the option to change other setting like override media, reliability or transaction log:

Clipboard16.jpg

Step 13 : Now click on "OK " to complete the process:

Clipboard17.jpg

Step 14 : Now you will see that the database backup has completed successfully:

Clipboard018.jpg


Up Next
    Ebook Download
    View all
    Learn
    View all