I been thinking about writing about performance tuning issues I been dealing with. Every DBA has their own stories that they have ran into. In
Blocked Process Report in SQL Profiler
One of my servers been giving me grief as of late because the vendor has created process into their application that dumps the full content
VARCHAR or CHAR?
Question: Which column type to use? Answer: It depends …. Explanation: SQL Server stores fixed width and variable length columns different. When storing a VARCHAR,
Microsoft SQL Server 2005 Upgrade Advisor: Unkown Error
I been trying to get the Upgrade Advisor working on Windows 2003 R2 SP2. But every time it keeps erroring out when it is about
ApexSQL Log Tools
Urg! One word to describe an interesting surprise I ran into today. On the Production server the tool created an extended stored procedure that started
Get listing of Databases user has access to …
You can right click on each user to find out what database he or she has access to; which can be very time consuming. I