Added the Database backup script
This commit is contained in:
3
Sql/Database Backup Script/Back.sql
Normal file
3
Sql/Database Backup Script/Back.sql
Normal file
@ -0,0 +1,3 @@
|
||||
BACKUP DATABASE [Pets] TO DISK = N'C:\Users\tanshu\Programming\Pets.bak' WITH DIFFERENTIAL,
|
||||
NOFORMAT, NOINIT, NAME = N'Pets-Differential Database Backup', SKIP, NOREWIND, NOUNLOAD, STATS = 10
|
||||
GO
|
||||
Reference in New Issue
Block a user