Articles in this section

How to use SQL Server Management Studio (SSMS) to perform a backup

Creating a backup in SQL Server Management Studio (SSMS) is essential for safeguarding your database. Follow these steps to perform a full database backup.
 
1. Open SSMS and Connect to the Server
Launch SQL Server Management Studio (SSMS).Connect to your SQL Server instance.
 
2. Select the Database
In the Object Explorer, expand the Databases node. Right-click the database you want to back up, hover over Tasks, and select Back Up....
 
3. Configure Backup Options
In the Back Up Database dialog: Ensure the correct database is selected under Source. Set the Backup Type to Full (default). Under Destination, confirm or modify the backup file path: Click Remove to delete the default path if needed. Click Add, then specify a new file path and name (e.g., DatabaseName_backup_YYYY_MM_DD.bak).
 
4. Start the Backup Process
Once all settings are configured, click OK to initiate the backup. A confirmation message will appear upon successful completion.
 
5. Verify the Backup File
Navigate to the specified file path to ensure the .bak file is created.
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.