free sql server tools every dev should have dave gorman mcsd,mcdba

7
Free Sql Server Tools Every Dev Should Have Dave Gorman MCSD,MCDBA

Upload: melvin-mccarthy

Post on 17-Jan-2016

212 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Free Sql Server Tools Every Dev Should Have Dave Gorman MCSD,MCDBA

Free Sql Server Tools Every Dev Should Have

Dave Gorman MCSD,MCDBA

Page 2: Free Sql Server Tools Every Dev Should Have Dave Gorman MCSD,MCDBA

Tons of tools

Sql Server Mag : Dec 2010◦Top Products issue

http://www.sqlservercentral.com/articles/Tools/64908/

weblogs.sqlteam.com/mladenp:◦Free SQL Server tools that might make your life

a little easier

Page 3: Free Sql Server Tools Every Dev Should Have Dave Gorman MCSD,MCDBA

Agenda

Free add on to SSMS to aide in ongoing development◦http://www.ssmstoolspack.com/

Troubleshooting Performance Problems◦sp_whoisactive◦http://www.ignitefree.com/◦Atlantis Data Space Analyzer

Keep DB optimized◦http://ola.hallengren.com/

Page 5: Free Sql Server Tools Every Dev Should Have Dave Gorman MCSD,MCDBA

Troubleshooting

<demo sp_whoisactive>

sp_whoisactive◦ Replaces sp_who2 and dbcc inputbuffer(xx)◦ @help=1 for extensive help

◦ http://sqlblog.com/blogs/adam_machanic/archive/2010/10/21/who-is-active-v10-00-dmv-monitoring-made-easy.aspx

◦ How To: http://www.brentozar.com/archive/2010/09/sql-server

-dba-scripts-how-to-find-slow-sql-server-queries/ http://www.sqlmag.com/article/sql-server/SP_WhoIsA

ctive.aspx

Page 6: Free Sql Server Tools Every Dev Should Have Dave Gorman MCSD,MCDBA

Maintenance

Index Health◦Rebuilding vs Reorganizing

<demo ola.hallengren.com>http://ola.hallengren.com/Documentation.html#GettingStarted

Page 7: Free Sql Server Tools Every Dev Should Have Dave Gorman MCSD,MCDBA

Questions?

Other Free software:◦Tableau Software◦Quest’s Toad Data Modeler◦LessThanDot’s SQLCop

Useful links:◦http://sqlcat.com/◦http://www.sqlservercentral.com/◦http://sqlserverpedia.com/◦http://www.sqlteam.com/◦http://sqlblog.com/