The Troubleshooting Guide really is your best guide here.
There is usually not very much you can do to repair databases. Only some of the dbcc commands have "fix" options, and they're all very slow to run. For any database of reasonable size my best advice is to not even attempt a repair and just restore from backup.
Of course, if the backup is also corrupted you're in trouble. Likewise if you don't have the ability to replay transactions since the last full backup was taken. Thus an appropriate Sybase DR plan considers both of these problems and tries to mitigate them in advance. Basically you can't assume you will be able to repair a corrupted database at all.
Sometimes you're able to do tricks like get the data out of a corrupt table if the corruption is on an index - you can select into a new table, forcing a table scan.
Main Topics
Browse All Topics





by: awa2008Posted on 2009-10-15 at 18:43:15ID: 25586427
Hello
atabases/s ybase-faq/ part7/
onlinebook s/group-as /asg1250e/ sag/ @Gener ic__BookTe xtView/689 96;pt=6828 3/*
onlinebook s/group-as /asg1250e/ svrtsg/@eb t-link;pt= 36988? targ et=%25N%14 _9800_STAR T_RESTART_ N%25
I found some url for you
http://www.faqs.org/faqs/d
http://manuals.sybase.com/
http://manuals.sybase.com/
I hope that help you
Regards