init
This commit is contained in:
7
Common/DTS.Common.Storage/Backup_RemoteDB.sql
Normal file
7
Common/DTS.Common.Storage/Backup_RemoteDB.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
USE master
|
||||
GO
|
||||
BACKUP DATABASE $(DBNAME) TO DISK='C:\DataPRO_SQL\$(DBNAME)Backup.bak'
|
||||
GO
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user