all groups > sql server (alternate) > august 2007 >
You're in the

sql server (alternate)

group:

SQL Server error



SQL Server error Leisses Loud
8/20/2007 5:45:52 PM
sql server (alternate): Hi,
I was trying to restore my database and received the error described
in image.
http://img404.imageshack.us/my.php?image=errorestorebibliosescdb3.jpg
I just search for a solution but didn't found yet.
If someone could help me I'd be grateful.
Re: SQL Server error Erland Sommarskog
8/20/2007 9:42:24 PM
Leisses Loud (leisses@gmail.com) writes:
[quoted text, click to view]

It looks as if you want to restore the database on a different machine.
And where there is no C:\Program Files, but well a C:\Arquivos de programas.

I would expect this command to work:

RESTORE DATABASE informa FROM DISK = '...'
WITH MOVE 'INFORMA_Data' TO 'C:\Arquivos de programas\...',
MOVE 'INFORMA_Log' TO 'C:\Arquivos de programas\...',
REPLACE

The ... represents the backup name and the location of the file that I was
too lazy to copy.


--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
Re: SQL Server error Leisses Loud
9/11/2007 2:56:51 PM
[quoted text, click to view]
I need to remake the process but with some different issues. Now I am
having the following error message:
Server: Msg 3234, Level 16, State 2, Line 1
Logical file 'BIBLIOSESCTO_Data' is not part of database
'BIBLIOSESCTO'. Use RESTORE FILELISTONLY to list the logical file
names.
Server: Msg 3013, Level 16, State 1, Line 1
RESTORE DATABASE is terminating abnormally.
Re: SQL Server error Erland Sommarskog
9/11/2007 9:22:55 PM
Leisses Loud (leisses@gmail.com) writes:
[quoted text, click to view]

So run RESTORE FILELISTONLY as it says in the error message to find out
what the names of the logical files are.

--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
Re: SQL Server error Leisses Loud
9/12/2007 1:03:43 PM
[quoted text, click to view]

I made just it some hours after post here and found the problem. Thank
you for the answer.
AddThis Social Bookmark Button