Tag: sql server

Community

Do You DB2?

By Brian Moran – IBM recently stirred up the database market’s low-end price range with the release of DB2 Universal Database (UDB) Express Edition with self-managing and resource tuning (SMART) technology. Find out some ways that it will affect SQL Server users.

Community

Find duplicate indexes

By Preethiviraj Kulasingham – This script returns duplicate indexes on the current database. It uses two user-defined functions that are compatible with SQL Server 2000 (I used SP3). It won’t work in SQL Server 7.0 because of the user-defined functions and a memory table.