Skip to content

Commit ce31400

Browse files
authored
Create db_database.sql
1 parent dbd3fec commit ce31400

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
BACKUP DATABASE University
2+
TO DISK = 'C:\Backups\University_FULL.bak'
3+
WITH FORMAT,
4+
INIT,
5+
NAME = 'Full Backup Before Index Rebuild',
6+
SKIP,
7+
STATS = 10;

0 commit comments

Comments
 (0)