Welcome to Aussie SQL Server Bloggers Sign in | Join | Help

February 2008 - Posts

usp_helpindexusagestats: a helpfull index analysis script

Here's an index analysis script I put together recently which combines output from sp_helpindex (also with included columns, which the regular sp_helpindex lacks) and the dm_db_index_usage_stats() DMV. I use this script primarily to identify which indexes
posted by Greg_Linwood | 2 Comments

A great idea for solving annoying collation issues

Rob Farley recently blogged about an excellent idea for solving the annoying collation issues so many struggle with during updates, consolitations or server rebuilds. Currently SQL Server throws errors if tables are joined with columns that have incompatible
posted by Greg_Linwood | 0 Comments