Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Five Free SQL Server Tools You Need Now

Five Free SQL Server Tools You Need Now

Developers have a love/hate relationship with databases; we love to hate them. But we do have to work with them. In this presentation, I'll show you five tools that will help you as a developer uses SQL Server efficiently.

Richie Rump

March 15, 2012
Tweet

More Decks by Richie Rump

Other Decks in Technology

Transcript

  1. • SQL Server health check • Assesses: – Configuration –

    Security – Health – Performance • http://brentozar.com/go/blitz
  2. • Intellisense for SSMS • Works on SQL Server 2000

    & 2005 • T-SQL formatting capabilities • Magic keyboard shortcut – CTRL+SHIFT+E
  3. • The best tool for query plan analysis • Optimizes

    layout • Highlights slow tasks • Statement tree • More information than you’ve ever wanted to know about a query.
  4. • Searches SQL text within stored procedures, functions, tables, views,

    etc. • Can navigate quickly to objects • Shows Procedure and Text information • Saves mucho time.
  5. • SQL Snippets • Window Connection Coloring • Histories •

    CRUD Stored Proc generation • Query Templates • Generate Insert statements