We have an app that stores documents in the database as a varbinary(max) column. Our current average document size is about 475KB, so these are not large documents by any means, but there are a fair ...
As mentioned in my post on VLDBs, one of the key pieces of a high performing solution is the use of Read-only Filegroups. If a significant part of your data is not changing, then why not tell SQL ...
SQL Server 2008 has been designed to be a database administrators dream. Many of the features that currently exist in SQL Server 2005 are still there, but enhanced to make administration even that ...