Other News

Community

SQL Server Index Statistics

(Greg Larsen) Are your index statistics up to date? The SQL Server database engine uses statistics to determine which execution plan to use when a query is compiled. Index statistics are used to help the SQL Server engine determine the cardinality of different column values in a SQL Server table.

Editorials

Making SQL Work Too Hard

Making SQL Work Too Hard I was reading a forum and came across a question where someone wanted to take a query returning 30 columns and break them out into three lines of 10 columns each. I really enjoy these kinds of challenges from the standpoint of how to write SQL to accomplish this task. I have been using SQL […]

Uncategorized

Feedback on Usability

Feedback on Usability Interesting feedback on the issue of Usability. For me, usable means that software is efficient (lets me accomplish my task in the most efficient way possible), intuitive, and has the right features. Believe it or not, that is a lot to ask of software. It is even more to ask when you have a large user base […]