Quickstart: Back up & restore database with SSMS - SQL Server (2024)

  • Article

Applies to: Quickstart: Back up & restore database with SSMS - SQL Server (1) SQL Server

In this quickstart, you create a new database, take a full backup of it, and then restore it.

For a more detailed how-to, see Create a full database backup and Restore a database backup using SSMS.

Prerequisites

To complete this quickstart, you need:

Create a test database

  1. Launch SQL Server Management Studio (SSMS) and connect to your SQL Server instance.

  2. Open a New Query window.

  3. Create your test database using the following Transact-SQL (T-SQL) code.

    USE [master];GOCREATE DATABASE [SQLTestDB];GOUSE [SQLTestDB];GOCREATE TABLE SQLTest ( ID INT NOT NULL PRIMARY KEY, c1 VARCHAR(100) NOT NULL, dt1 DATETIME NOT NULL DEFAULT GETDATE());GOUSE [SQLTestDB];GOINSERT INTO SQLTest (ID, c1) VALUES (1, 'test1');INSERT INTO SQLTest (ID, c1) VALUES (2, 'test2');INSERT INTO SQLTest (ID, c1) VALUES (3, 'test3');INSERT INTO SQLTest (ID, c1) VALUES (4, 'test4');INSERT INTO SQLTest (ID, c1) VALUES (5, 'test5');GOSELECT * FROM SQLTest;GO
  4. Refresh the Databases node in Object Explorer to see your new database.

Take a backup

To take a backup of your database, follow these steps, using SQL Server Management Studio or Transact-SQL:

  • SSMS
  • T-SQL
  1. Launch SQL Server Management Studio (SSMS) and connect to your SQL Server instance.
  2. Expand the Databases node in Object Explorer.
  3. Right-click the database, hover over Tasks, and select Back up....
  4. Under Destination, confirm that the path for your backup is correct. If you need to change the path, select Remove to remove the existing path, and then Add to type in a new path. You can use the ellipses to navigate to a specific file.
  5. Select OK to take a backup of your database.

Quickstart: Back up & restore database with SSMS - SQL Server (2)

To read more about the different backup options, see BACKUP.

Restore a backup

  • SSMS
  • T-SQL

To restore your database, follow these steps:

  1. Launch SQL Server Management Studio (SSMS) and connect to your SQL Server instance.

  2. Right-click the Databases node in Object Explorer and select Restore Database....

    Quickstart: Back up & restore database with SSMS - SQL Server (3)

  3. Select Device:, and then select the ellipses (...) to locate your backup file.

  4. Select Add and navigate to where your .bak file is located. Select the .bak file and then select OK.

  5. Select OK to close the Select backup devices dialog box.

  6. Select OK to restore the backup of your database.

    Quickstart: Back up & restore database with SSMS - SQL Server (4)

Clean up resources

Run the following Transact-SQL command to remove the database you created, along with its backup history in the msdb database:

EXEC msdb.dbo.sp_delete_database_backuphistory @database_name = N'SQLTestDB'GOUSE [master];GODROP DATABASE [SQLTestDB];GO

Related content

Quickstart: Back up & restore database with SSMS - SQL Server (2024)
Top Articles
72 Hours in the San Juan Islands
Top 10 cities in the world where you eat the best
English Bulldog Puppies For Sale Under 1000 In Florida
Katie Pavlich Bikini Photos
Gamevault Agent
Pieology Nutrition Calculator Mobile
Hocus Pocus Showtimes Near Harkins Theatres Yuma Palms 14
Hendersonville (Tennessee) – Travel guide at Wikivoyage
Compare the Samsung Galaxy S24 - 256GB - Cobalt Violet vs Apple iPhone 16 Pro - 128GB - Desert Titanium | AT&T
Vardis Olive Garden (Georgioupolis, Kreta) ✈️ inkl. Flug buchen
Craigslist Dog Kennels For Sale
Things To Do In Atlanta Tomorrow Night
Non Sequitur
Crossword Nexus Solver
How To Cut Eelgrass Grounded
Pac Man Deviantart
Alexander Funeral Home Gallatin Obituaries
Energy Healing Conference Utah
Geometry Review Quiz 5 Answer Key
Hobby Stores Near Me Now
Icivics The Electoral Process Answer Key
Allybearloves
Bible Gateway passage: Revelation 3 - New Living Translation
Yisd Home Access Center
Pearson Correlation Coefficient
Home
Shadbase Get Out Of Jail
Gina Wilson Angle Addition Postulate
Celina Powell Lil Meech Video: A Controversial Encounter Shakes Social Media - Video Reddit Trend
Walmart Pharmacy Near Me Open
Marquette Gas Prices
A Christmas Horse - Alison Senxation
Ou Football Brainiacs
Access a Shared Resource | Computing for Arts + Sciences
Vera Bradley Factory Outlet Sunbury Products
Pixel Combat Unblocked
Movies - EPIC Theatres
Cvs Sport Physicals
Mercedes W204 Belt Diagram
Mia Malkova Bio, Net Worth, Age & More - Magzica
'Conan Exiles' 3.0 Guide: How To Unlock Spells And Sorcery
Teenbeautyfitness
Where Can I Cash A Huntington National Bank Check
Topos De Bolos Engraçados
Sand Castle Parents Guide
Gregory (Five Nights at Freddy's)
Grand Valley State University Library Hours
Hello – Cornerstone Chapel
Stoughton Commuter Rail Schedule
Nfsd Web Portal
Selly Medaline
Latest Posts
Article information

Author: Pres. Carey Rath

Last Updated:

Views: 6610

Rating: 4 / 5 (61 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Pres. Carey Rath

Birthday: 1997-03-06

Address: 14955 Ledner Trail, East Rodrickfort, NE 85127-8369

Phone: +18682428114917

Job: National Technology Representative

Hobby: Sand art, Drama, Web surfing, Cycling, Brazilian jiu-jitsu, Leather crafting, Creative writing

Introduction: My name is Pres. Carey Rath, I am a faithful, funny, vast, joyous, lively, brave, glamorous person who loves writing and wants to share my knowledge and understanding with you.