I moved the sybases from one server to another, when I moved the databases and started it on the other server ,some of the databases are in suspect mode.
Also even when I issue ,
> sp_who
> go
I get the result:
1> sp_who
2> go
Msg 926, Level 14, State 1:
Line 1:
Database 'sybsystemprocs' cannot be opened. An earlier attempt at recovery
marked it 'suspect'. Check the SQL Server errorlog for information as to the
cause.
Msg 2812, Level 16, State 4:
Line 1:
Stored procedure 'sp_who' not found. Specify owner.objectname or use sp_help to
check whether the object exists (sp_help may produce lots of output).
This is what I get in the eror log file:
00:04/08/27 22:47:35.35 server Database 'custtest' cannot be opened. An earlier attempt at recovery marked it 'suspect'. Check the SQL Server errorlog for information as to the cause.
00:04/08/27 22:47:35.35 server Unable to proceed with the recovery of dbid <6> because of previous errors. Continuing with the next database.
00:04/08/27 22:47:35.35 server Error: 926, Severity: 14, State: 1
00:04/08/27 22:47:35.35 server Database 'customer' cannot be opened. An earlier attempt at recovery marked it 'suspect'. Check the SQL Server errorlog for information as to the cause.
00:04/08/27 22:47:35.36 server Unable to proceed with the recovery of dbid <8> because of previous errors. Continuing with the next database.
00:04/08/27 22:47:35.36 server Error: 926, Severity: 14, State: 1
00:04/08/27 22:47:35.36 server Database 'report_data' cannot be opened. An earlier attempt at recovery marked it 'suspect'. Check the SQL Server errorlog for information as to the cause.
00:04/08/27 22:47:35.36 server Unable to proceed with the recovery of dbid <9> because of previous errors. Continuing with the next database.
00:04/08/27 22:47:35.36 server Recovery complete.
00:04/08/27 22:47:35.36 server SQL Server's default sort order is:
00:04/08/27 22:47:35.36 server 'bin_iso_1' (ID = 50)
00:04/08/27 22:47:35.36 server on top of default character set:
00:04/08/27 22:47:35.36 server 'iso_1' (ID = 1).
I WOULD REALLY APPRECIATE IF ANYONE CAN HELP WITH THIS ISSUE<
thank you
Vni