Tag Archives: internals

Contained Databases in SQL Server Denali

Last Sunday I spent some time exploring the features of SQL Server Denali. One of the new features is Contained Databases. In short a Contained Database is independent of the SQL Server Instance. All the database metadata and user information … Continue reading

Posted in Internals, SQLServerPedia Syndication | Tagged , | 3 Comments

CHECKDB running every minute? Check Database Properties

Sometime back I came across a question in the forums where the user was getting this message in the SQL Server Error Log every minute. CHECKDB for database ‘DBName’ finished without errors on [date and time]. This is an informational … Continue reading

Posted in Internals, SQLServerPedia Syndication, Troubleshoot | Tagged , , | 1 Comment