dbcc checkstorage startup and drop table

dbcc checkstorage can fail during its initialization phase if another session concurrently performs a drop table. This is not a serious problem. If it occurs, simply run dbcc checkstorage again.

NoteThe problem may only occur during checkstorage startup. Once startup is complete and checkstorage processing is underway, drop table commands can be issued again.