• Most likely the alter database is waiting infinitely to complete and thus holding up your checkdb.

    You should try the alter database as follows

    alter database blah

    set single_user WITH ROLLBACK IMMEDIATE;

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events