• Skip to main content
  • Skip to primary sidebar

DBA Diaries

Thoughts and experiences of a DBA working with SQL Server and MySQL

Resources

Keep checking back to this page from time to time as I find new things to add new links to this page.

SQL Server Tools

There’s a wide number of SQL Server tools out there to help you proactively monitor and fix performance issues with your SQL Server.

Perfmon – gather performance stats from your SQL Server instances and OS – see this article and video on best practices from Brent Ozar.

SQL Server Profiler – look at what is going on “under the bonnet” of your SQL Server.

SQL Sentry Plan Explorer – in my opinion, a superior way to view and analyze your query execution plans. There is both a free and pro version of this product. The free version to my knowledge is completely free and doesn’t stop working after a trial.

sp_blitz – from Brent Ozar – a gift from a SQL Server Master which is simply an awesome tool for reporting a wide array of issues with your SQL Server.

sp_whoisactive by Adam Mechanic – it’s like sp_who2 only much better!

Management Data Warehouse (MDW) as it says on the page – “SQL Server 2008 introduces the Management Data Warehouse (MDW) to SQL Server Management Studio for streamlined performance troubleshooting. MDW is a set of components that enable a database developer or administrator to quickly track down problems that could be causing performance degradation”

SQL Nexus – helps to identify the root cause of performance issues on your SQL Server. There is a useful video about this tool over at SQL Server Planet

Database Engine Tuning Advisor – I’m listing this as a useful resource but you should read this post on dba.stackexchange.com about some things to bear in mind when using this tool.

Dynamic Management Views – There are a number of useful DMV’s available to help you track down what is wrong with your SQL Server. One of the performance tuning experts out there who you should follow is Glenn Berry who has written many useful queries using DMV’s.

SQL Load Generator Tool – available from Codeplex. As it says on the tin.

 

Related Posts:

  • How to fix "conversion failed when converting date and/or time from character string"
    How to fix "conversion failed when converting date…
  • sql grouping sets
    Using SQL GROUPING SETS for Multiple GROUP BY…

Primary Sidebar

Categories

  • All Articles (84)
  • Career Development (8)
  • MySQL Administration (18)
  • MySQL Performance (2)
  • SQL Server Administration (24)
  • SQL Server News (3)
  • SQL Server Performance (14)
  • SQL Server Security (3)
  • SQL Tips and Tricks (21)

Top 10 Popular Posts

  • Using sp_change_users_login to fix SQL Server orphaned users
  • MySQL SHOW USERS? – How to List All MySQL Users and Privileges
  • How to shrink tempdb
  • How to Transfer Logins to Another SQL Server or Instance
  • How to Delete Millions of Rows using T-SQL with Reduced Impact
  • T-SQL – How to Select Top N Rows for Each Group Using ROW_NUMBER()
  • New T-SQL features in SQL Server 2012 – OFFSET and FETCH
  • How to Kill All MySQL Processes For a Specific User
  • Using exec sp_who2 to help with SQL Server troubleshooting
  • How to fix “conversion failed when converting date and/or time from character string”

Recent Posts

  • How to fix “conversion failed when converting date and/or time from character string”
  • Using SQL GROUPING SETS for Multiple GROUP BY Queries in a Single Query
  • How to Setup MySQL Master Master Replication
  • How To Use SQL to Convert a STRING to an INT
  • How to set up MySQL Replication Tutorial

Search

Connect

  • Twitter
  • Facebook
  • RSS

About

  • Cookie Policy
  • Disclaimer
  • About
Copyright ©