Home Forums SQL Server 2005 Administering "Database 'COMMON' cannot be opened due to inaccessible files or insufficient memory or disk space. See the SQL Server errorlog for details." RE: "Database 'COMMON' cannot be opened due to inaccessible files or insufficient memory or disk space. See the SQL Server errorlog for details."

  • Hi

    Run this command to check if you have any error message related to your common database:

    EXEC sp_readerrorlog 0, 1, 'Common' or

    EXEC sp_readerrorlog 0, 1, 'suspect'