Different States of SQL Server Database
States of SQL Server Database: Online: When a database is in an online state, the database is available for access. OFFLINE: When a database is in OFFLINE state, then the database is not accessible for user connections. One can set the database to this state if you don’t want users to connect to the database. […]
Continue Reading