Here's the slide deck and sample files from last night's presentation at the Hammond .net User Group. We discussed SQL Server security principals, permissions and application authentication. If you were in the audience, thanks for attending!
Download the slides and sample scripts here.
Thursday, April 26, 2012
Saturday, April 21, 2012
SQL Saturday Houston #107 - SQL Server Best Practices with DMV Presentation Files
Thanks for joining me for a standing room only presentation this morning at 9:45am at SQL Saturday #150 Houston. This is the second year speaking at SQL Saturday Houston and the event was one of the best I've been to, kudos to the organizers. I was especially impressed that all ten tracks were solidly SQL server related - very little was not related SQL Server, and that isn't easy to draw. Bravo!
Click here to download the slidedeck and all sample scripts - including the ones we skipped - from my DMV presentation. Thanks for all the great questions and feedback during the session, it was one of the most enjoyable I've had at a SQL Saturday event - including Baton Rouge's, and despite the fact that my presentation mouse batteries died!
Click here to download the slidedeck and all sample scripts - including the ones we skipped - from my DMV presentation. Thanks for all the great questions and feedback during the session, it was one of the most enjoyable I've had at a SQL Saturday event - including Baton Rouge's, and despite the fact that my presentation mouse batteries died!
Friday, April 20, 2012
SQL Script Toolbox for Developers
I work with a motley crowd of developers and have the opportunity to give lunch and learn training sessions on SQL Development.
Most recently, I put together a .zip file of T-SQL scripts that developers would find handy. You can view the toolbox contents here, with .zip files included that are automatically generated.
Here's a summary:
Missing Indexes - missing indexes.sql, missing index setup demo.sql - more about this here
Index Usage - index usage.sql
Sessions and Requests - sessions and requests.sql - more about this here
Most expensive queries - worst queries.sql - from MS PSS
Tables without clustered indexes - tables without clustered indexes.sql
Deadlocks XEvents - deadlocks in xevents.sql - more about this here
Dependencies - dependencies.sql - more about this here
Stored Proc Execution plans - cached exec plans.sql - more about this here
Volume Stats - volume stats.sql
Modules vs. Routines - modules vs routines.sql - more about this here
Much more...
EDIT: 20131017 refreshed the toolbox.zip file with latest updates from my personal toolbox.
EDIT: 20140813 refreshed the toolbox.zip file with latest updates from my personal toolbox.
EDIT: 20140929 refreshed the toolbox.zip file with latest updates from my personal toolbox.
EDIT: 20180815 refreshed the Toolbox reference to Github repo
Most recently, I put together a .zip file of T-SQL scripts that developers would find handy. You can view the toolbox contents here, with .zip files included that are automatically generated.
Here's a summary:
Missing Indexes - missing indexes.sql, missing index setup demo.sql - more about this here
Index Usage - index usage.sql
Sessions and Requests - sessions and requests.sql - more about this here
Most expensive queries - worst queries.sql - from MS PSS
Tables without clustered indexes - tables without clustered indexes.sql
Deadlocks XEvents - deadlocks in xevents.sql - more about this here
Dependencies - dependencies.sql - more about this here
Stored Proc Execution plans - cached exec plans.sql - more about this here
Volume Stats - volume stats.sql
Modules vs. Routines - modules vs routines.sql - more about this here
Much more...
EDIT: 20131017 refreshed the toolbox.zip file with latest updates from my personal toolbox.
EDIT: 20140813 refreshed the toolbox.zip file with latest updates from my personal toolbox.
EDIT: 20140929 refreshed the toolbox.zip file with latest updates from my personal toolbox.
EDIT: 20180815 refreshed the Toolbox reference to Github repo
Subscribe to:
Posts (Atom)