March Meeting – 2016

Speaker: Louis Davidson (view bio)

Session: Let Me Finish… Isolating Write Operations

OLTP databases can be constantly written to and reporting databases are written to at least periodically. In order to ensure consistent results, connections must be isolated from one another while executing, ideally with the lowest possible cost to concurrency. How this isolation is handled is based on the isolation level, whether the classic lock based or the newer optimistic scheme of the in-memory OLTP engine is used, or even if both engines are enlisted in the same transaction. In this session we will look at examples of how SQL Server isolates reading and writing operations from other writing operations to explore how this may affect your application through error messages and performance hits.

Posted in Meetings | Leave a comment

February Meeting – 2016

Speaker: Andy Leonard (view bio)

Session: Hacking the SSIS Catalog

The SSIS Catalog supports enterprise data integration by providing execution, logging, parameter management, and reporting. But what if your enterprise needs more functionality than the SSIS Catalog provides? Do you have to build your own SSIS Framework? Should you?

Posted in Meetings | Leave a comment

January Meeting – 2016

Speaker: Mike Sullivan (view bio)

Session: Troubleshooting SQL Server LIVE!

Abstract: Tips and Techniques for quickly and efficiently troubleshooting SQL Server problems. Including live demonstrations of real-world problems.

Posted in Meetings | Leave a comment

December Meeting – 2015

Speaker: Jamie Wick (view bio)

Session: SQL Backups: Choosing the right solution for your environment

Abstract: Backing up databases is (arguably) the most important maintenance task for any database administrator. But the question is: Which solution should you choose for creating and managing your backups? In this session we’ll discuss the options available and demonstrate 2 of the solutions in action (Ola Hallengren’s DatabaseBackup and Minionware’s Minion Backup).

Posted in Meetings | Leave a comment

Free Training!

FREE TRAINING !

Our good friends Jason Brimhall and Wayne Sheffield have graciously decided to once again provide a full day of SQL Server training for FREE!  The only cost involved is your lunch at Ruby Tuesdays and, of course, your time.  They did a “Free Con” for our locale last year on extended events and Jason will be speaking about extended events at our users group meeting on Wednesday, November 18.  (Don’t forget to register to be eligible for our giveaways!)

This years Free-Con is entitled “Murder They Wrote”  It is an awesome deep dive into some T-SQL coding anti-patterns and what to do about them.  Please register here or if you would like additional information please visit the website (there is an EventBrite registration link there as well)  On a professional note, I can attest to the value from this training.  I have attended this all day session twice as a pre-con for SQL Saturday events.  These events had a cost associated with them and I can honestly say it was training dollars well spent.  Oh did I mention that the training on November 20th is FREE?  Don’t miss out, register today.

Posted in Announcement | Leave a comment