Community

Ensure Data Purity Checks are Being Performed for your SQL Server databases

(Ken Simmons) The DBCC CHECKDB command checks the integrity of the objects in a database and should be run on a regular basis. One thing that this command does not check in databases created in versions prior to SQL Server 2005 is the integrity of the data in the columns until it has been run once w

Read More - Register for Free Membership