Standards

  • Verify Allocation Unit Size for SQL Server

    Verify Allocation Unit Size for SQL Server

    Why Do I Care? Everything in SQL Server is stored on disk in 8K pages.  The Microsoft recommended best practice is to format using a 64K allocation unit size.  Processes such as the checkpoint and Lazy Writer try to write in extents when possible.  Extents are a collection of 8 pages and since each page…

    read more

  • SQL Naming Conventions with PBM – SPs

    SQL Naming Conventions with PBM – SPs

    How to enforce a stored procedure naming convention with policy based management.

    read more

  • SQL Nomenclature

    SQL Nomenclature

    You should have a SQL object naming convention. Enforce it with Policy Based Management.

    read more