Skip to content

Instantly share code, notes, and snippets.

@sayham-sjb
Created April 17, 2019 16:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sayham-sjb/d9dd547bb6e63809bf60badd79791eed to your computer and use it in GitHub Desktop.
Save sayham-sjb/d9dd547bb6e63809bf60badd79791eed to your computer and use it in GitHub Desktop.
BackupDB #sql
PRINT 'Backing Up DBName'
BACKUP DATABASE {DBName} TO DISK = 'D:\BackupFolder\DBName_Restore.bak';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment