Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 error restore and attaching dbase

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2006-04-26 : 09:44:18
lie writes "pls give me suggestion how to solve this problem
when i try to restore dbase there's error message
location:filemgr.cpp:1764
expression:IS_ON(FCB_LOG_DEVICE,saflstatus)||IS_ON(FCB_DROPPED,saflstatus)
SPID:51
Process ID:2568
then i detach the database and attach using sp_attach_db 'dbname','phisical file'
then there's error
Server: Msg 5180, Level 22, State 1, Line 1
Could not open FCB for invalid file ID 39 in database 'bcmf'.
42 transactions rolled forward in database 'bcmf' (8).

Connection Broken

fyi:the database that is made using some file groups"
   

- Advertisement -