The database offline status bit

The database offline status bit indicates that the database is not available for general use. You can determine whether a database is offline by using sp_helpdb. If this bit is set, it indicates that the database is offline.

When a database is marked offline by load database, a status bit in the sysdatabases table is set and remains set until the successful completion of online database.

The “database offline” status bit works in combination with any existing status bits. It augments the following status bit to provide additional control:

The “database offline” status bit overrides these status bits:

These status bits override the “database offline” status bit:

Although the database is not available for general use, you can use these commands when the database is offline: