Viewing 5 posts - 1 through 6 (of 6 total)
OK, this is what I ran in the Query Analyzer...
RESTORE DATABASE 015
FROM DISK = 'C:\Program Files\Microsoft SQL Server\MSSQL\BACKUP\005\005_db_200709270200.BAK'
WITH MOVE '005' TO 'C:\Program Files\Microsoft SQL Server\MSSQL\Data\015.mdf',
MOVE '005_log' TO 'C:\Program Files\Microsoft...
February 11, 2008 at 5:42 pm
I am going to sound pretty stupid, but as I said earlier I am new to sql. Could you be more specific using the info in the error from...
February 11, 2008 at 5:18 pm
Ok thanks. I am trying to do a restore through Enterprise Manager with the restore wizard. I am using SQL Server 8.00.760 - SP3 (Standard Edition). Here is...
February 11, 2008 at 5:02 pm
Hi John,
I am trying to restore a backup from an existing databsae over a new database I have created. The restore path looks right to me. If I...
February 11, 2008 at 4:23 pm
Viewing 5 posts - 1 through 6 (of 6 total)