/ Published in: SQL
Expand |
Embed | Plain Text
BACKUP DATABASE @dbname TO DISK = @filelocation GO RESTORE DATABASE @dbname FROM DISK = @filelocation GO
You need to login to post a comment.
BACKUP DATABASE @dbname TO DISK = @filelocation GO RESTORE DATABASE @dbname FROM DISK = @filelocation GO
You need to login to post a comment.