Wednesday 25 August 2021

How to backup SQL server database ? || create SQL server full database backup

 Hi guys, in this blog post we will see how to backup SQL server database. This blog post is very useful to SQL server developers as well as SQL server beginners as creating full database backup is common and important task.

1)Open SQL server management studio. Login into SSMS account using username and password and click on connect button.

backup SQL server database

2)Right click on database name and point to task and click on backup option.

backup SQL server database

3)Select database name and type of backup as highlighted in below image. If you want to save backup on different path rather than default path,click on remove option. So, to add new path click on add option.

backup SQL server database

4)Select path where you want to save database backup. Enter backup name with extension .bak.

backup SQL server database

5) Once path is provided then click on ok button.

backup SQL server database

6) Finally click on ok button present at the bottom.

backup SQL server database

7) Wait for sometime. Once done, you will get success message as shown in below image.

backup SQL server database

So, in this way we can take database backup in SQL server.

No comments:

Post a Comment