Database 'XXXXXXXX' cannot be opened. An earlier attempt at recovery marked it 'suspect'. Check the ASE errorlog for information
when I try to use the database.
This is after trying to change the suspect flag then a shutdown, and reboot..
I really don't care about the data in the database.... as long as it comes up..
I have spent some time to create the database and all the datafiles needed (there are many) which took some time.. so I would rather not have to do that all over again..
Is there a way I can get the database up and running then drop the existing tables?
here is a section of the log..
Run the DBCC command 'dbcc tablealloc' for both the objects, object id = 99, partition id = 24480119.
00:0006:00000:00001:2014/04/16 08:47:47.93 server Error: 605, Severity: 21, State: 1
00:0006:00000:00001:2014/04/16 08:47:47.93 server An attempt was made to fetch logical page '0' from cache 'default data cache'. Page belongs to database 'XXXXXXX' (6), object '<Unknown>' (0), index '<Unknown>' (0), partition '<Unknown>' (24480119) and not to database 'XXXXXXX' (6), object '' (99), index '<Unknown>' (0), partition '<Unknown>' (99).
00:0006:00000:00001:2014/04/16 08:47:47.93 server Unable to proceed with the recovery of dbid <6> because of previous errors.
This is just to test a stored proc.. so I can do what I need to ...to get 10 tables loaded.. EVEN if I have to drop and start over.. (hopefully not) there is NO backup at this point..
ase 15.7
-Ken