init
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
USE master
|
||||
GO
|
||||
RESTORE DATABASE $(DBNAME)Pre20 FROM DISK='C:\DataPRO_SQL\$(DBNAME)Backup.bak' WITH
|
||||
MOVE 'DataPRO' TO 'C:\DataPRO_SQL\$(DBNAME)Pre20.mdf',
|
||||
MOVE 'DataPRO_log' TO 'C:\DataPRO_SQL\$(DBNAME)Pre20_log.ldf'
|
||||
GO
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user