Restoring a SQL Database in Less than 1 Minute!

 

Restoring a SQL Database in Less than 1 Minute!

Steps I took in the Video:
1. Open SSMS
2. Right-Click on Databases
3. In the menu, select Restore Database...
4. Add your Backup Media (Backup files have a .bak file extension)
5. Restore!
6. Check that everything looks great and your done!
I made a quick video instead of writing this time...
The database being restored is the AdventureWorks2014 sample database.
[Resources Linked Below]
Thanks for reading!

 
This was a quick one, but sometimes we need quick answers.
If you like what you see on Techie Chatz! join our mailing list to get notified when we post some techie insight!

Stay tuned techies!
#TechieChatz#techies#techieshelping#SQL#SQLSERVER#SQLserver#master#model#tempdb#msdb#resou
rce#systemdatabases#information#sqldatabases#learn#sqlserveragent#SQLserverinstance#instance#database
s#fun#technology#userdatabases#data#articleoftheweek#Adventureworksdatabase#Microsoft
 

Resource:
AdventureWorks sample databases -
https://docs.microsoft.com/en-us/sql/samples/adventureworks-install-configure?view=sql-server-ver15&
tabs=ssms

Comments

Popular posts from this blog

Run Queries in SQL Server Using Python!

How to Create a Neural Network for Recognizing Hand-Drawn Shapes

Teaching Computers to Play Tic Tac Toe: A Reinforcement Learning Approach