After I asked which SQLAuthority post is your favorite article, my mailbox overflowed. Here is the Readers Selection list built from your answers.
SQLAuthority News – SQLAuthority T-Shirts, Mug, Hat and Other Product
Readers kept asking for SQLAuthority T-Shirts, so here is the link to the products. I make no profit, and I ask you to support Child Rights and You.
SQL SERVER – DBCC SHRINKFILE Takes Long Time to Run
Why does DBCC SHRINKFILE take so long when index rebuilds run faster? It is single threaded. Rebuild indexes first and the shrink takes less time.
SQL SERVER – 2005 -Track Down Active Transactions Using T-SQL
Want to track down active transactions in your database? One simple DMV query on sys.dm_tran_session_transactions returns them in SQL Server 2005.
SQL SERVER – Introduction to Log Viewer
The SQL Server 2005 Log Viewer shows SQL Server error logs, Agent logs, Database Mail and Windows event logs in one place, ready to filter and export.
SQL SERVER – Clear SQL Server Memory Caches
Need to clear SQL Server memory caches on a production server you cannot restart? Three DBCC commands free up memory by cleaning the cache.
SQLAuthority Author Visit – Ahmedabad SQL Server User Group Meeting – July 19 2008
Notes from the July 19, 2008 Ahmedabad SQL Server User Group meeting, where I presented SQL Server Best Practices and enjoyed a lively discussion.
SQL SERVER – Change the Port of Service Broker Configuration
Service Broker hit error 9692 because another app used its port. Here is how to change the port of Service Broker by creating its endpoint on a new port.










