|
Posted by blueboy on 02/27/07 15:51
This is so frustrating, i have tried numerous variations and always
get the same error can any one help??
RESTORE DATABASE [new DB name]
FROM DISK =
'E:\Nightly backups Man1s\[Old DB name].bak'
WITH MOVE '[Old DB name] _Data' TO 'G:\SQLDATA\MSSQL\data\[new DB
name] _Data.MDF',
MOVE '[Old DB name]_Log' TO 'G:\SQLDATA\MSSQL\data\[new DB
name]_Log.LDF',
STATS = 1, REPLACE
GO
i get above error as stated, any help much appreciated does anyone
actaully have this working?? if so can i see your script??
cheers
Navigation:
[Reply to this message]
|