Thursday 23 June 2016

Steps to take a backup of Database in SQL SERVER

In This post we are going to see the steps to take a backup of database in SQL SERVER.


1.     Right click the database,Select Tasks in that select Back up database.
2.     Select the General in the left pane.
3.     Select the database to back up.
4.     Select a Back up type.

Full: Used for database , files, and filegroups.
Differential : Used for capture all data’s that has changed since the last full database backup.
Transaction log: Capture the modifications to the database, provide the history of the transaction takes 
place in the database.

Select the Full option.
5.     Select “Database” in back up component group.
6.     Give the name of the backup database.
7.     Select the Disk in the destination back up type and click ok.



From this post you can learn how to take a backup of a Database in SQL SERVER

No comments:

Post a Comment