SQL SERVER – 2008 – Find If Index is Being Used in Database
It is very often I get query that how to find if any index is being used in database or not. If any database has many indexes and not all indexes are used it can adversely affect performance. If number of index is higher it reduces the INSERT / UPDATE…
Read More