Contents tagged with SQL Server

  • You may call him Master

    Tags: SQL Server

    Congratulations to my friend and colleague Greg LeClair for officially becoming a SQL Server Master! It became official today. For anyone unfamiliar with the Master’s program, check out the link … more

  • Quick note on Fragmentation

    Tags: SQL Server

    Empirical evidence is incredibly useful for understanding your position on architecture, in deciding what the best maintenance plan for your SQL Server should be or justifying the purchase third … more

  • Cumulative update post for SQL 2008

    Tags: SQL Server

    Microsoft has posted the first cumulative update for SQL 2008 under article 956717. Once installed, your patched instance will go to version 10.0.1763 from 10.0.1442. more

  • SQL Server Dev Connections

    Tags: SQL Server

    I'm blowing my budget this year in going to the Microsoft BI conference in Seattle, but for anyone else out there who, a) will miss the Microsoft BI Conference, or b) is lucky enough to afford two … more

  • Cool SQL 2008 Features: Server Audits

    Tags: Security, SQL Server

    Earlier this year, I posted a short feature on auditing in SQL 2005 using DDL triggers to capture events and log them. In SQL 2008, one of the less sexy features added, though highly important and … more

  • SQL 2008 DMV Additions

    Tags: SQL Server

    SQL 2008 has now been fully released for just over a month, and for those who have not been keeping track of additions throughout the CTPs and Release Candidates, here is a bit of useful information: … more

  • SQL 2005 System Views Poster

    Tags: SQL Server

    More wall decorations! Actually, keep this as a PDF on your computer for reference instead of printing and save paper.I came across this SQL 2005 system views poster in my travels across cyberspace. … more

  • Cached Plans and Performance

    Tags: SQL Server

    After putting up a primer post about statistics last week, my mind has now jumped to another facet of performance: cached plans. Cached plan objects, whether they are for procedures, ad-hoc … more