Could someone show me the fastest way to backup and restore sql server databases
Bob Ghodsi
backup database dbName to disk = 's:\backups\dbName.bak' with init
restore database dbName from disk = s:\backups\dbName.bak'
Do you have a more specific question?
Use SQL Server Management Studio. See screen shot below
@TaraKizer my method is better .
(Just kidding, I wanted to see if I can post a screen shot easily unlike the old forum software where you had to use a third party hosting site)
1 Like
Check out the new Minion Backup