Submitted Questions

  • Database Testing

    How would you check the database integrity testing through SQL?

    geocityco

    • Nov 28th, 2011

    Check database integrity Check the allocation and structural integrity of user and system tables, and indexes in the database, by running the DBCC CHECKDB Transact-SQL statement. This ensures that a...