tags:

views:

8

answers:

0

I use this script for create and restore PTMS_03_1389:

RESTORE DATABASE [PTMS_03_1389] 
FROM  DISK = N'F:\ACCP_Main\PTMSNULL'
with MOVE N'PTMS_03_1389' TO N'C:\PTMS_03_1389.mdf' ,
MOVE N'PTMS_03_1389' TO N'C:\PTMS_03_1389__log.ldf' , REPLACE 

but i've got this error:

Logical file 'PTMS_03_1389' is not part of database 'PTMS_03_1389'. Use RESTORE FILELISTONLY to list the logical file names.
Msg 3013, Level 16, State 1, Line 2
RESTORE DATABASE is terminating abnormally.

Please Help!