QDS Forced Plans - Gotchas and Limitations
Posted on October 13, 2020
| 994 words
Released with SQL Server 2016, Query Data Store (QDS) was a game changer for performance tuning. Right from Microsoft’s website: The SQL Server Query Store feature provides you with insight on query plan choice and performance. It simplifies performance troubleshooting by helping you quickly find performance differences caused by query plan changes. Query Store automatically captures a history of queries, plans, and runtime statistics, and retains these for your review. It separates data by time windows so you can see database usage patterns and understand when query plan changes happened on the server.
[Read More]SQL Saturday 723, March 24, 2018 in Rochester, NY. Join us and kick your SQL Server knowledge up a notch!
Posted on March 2, 2018
| 152 words
If you are a SQL Server professional and are interested in spending a day with a bunch of other like-minded individuals, SQL Saturday is for you. It’s a day chock full of SQL Server related presentations given by other members of the community.
This year I’m excited to give 2 presentations!
Painting with PowerShell. I’ve given this presentation before and am excited to be able to do it here again. My newest presentation is about the nuances of Running SQL Server in Amazon’s Relational Database Service (RDS).
[Read More]T-SQL Tuesday 96 - Folks Who Have Made a Difference
Posted on November 14, 2017
| 621 words
This month’s topic: Folks Who Have Made a Difference T-SQL Tuesday is a monthly blog party for the SQL Server community (or Microsoft Data Platform community. Although it’s called T-SQL Tuesday, it’s not limited to SQL Server database engine only). It is the brainchild of Adam Machanic (blog | twitter).
This month’s T-SQL Tuesday is being hosted by Ewald Cress (blog | twitter). From his blog post:
This month’s topic: Who inspires you in the data community?
[Read More]T-SQL Tuesday 94 - Do you wanna get PoSh?
Posted on September 11, 2017
| 960 words
This month’s topic: Let’s get all Posh – What are you going to automate today? T-SQL Tuesday is a monthly blog party for the SQL Server community (or Microsoft Data Platform community. Although it’s called T-SQL Tuesday, it’s not limited to SQL Server database engine only). It is the brainchild of Adam Machanic (blog | twitter).
This month’s T-SQL Tuesday is being hosted by Rob Sewell (blog | twitter). From his blog post:
[Read More]What I Learned Today - Configuring tempdb in RDS
Posted on August 28, 2017
| 252 words
Today I learned that you can configure tempdb in RDS! One of the things we DBA’s do is configure tempdb to have multiple data files (if needed). Not going to go into the depths of why in this post, but adding multiple data files can help alleviate contention in tempdb. Until today I didn’t think you could do this in RDS. I guess I hadn’t even tried because you can’t do anything to master, model or the msdb databases, so I just assumed tempdb was off limits as well.
[Read More]Beware the automated backup window when running native SQL Server backups in RDS
Posted on August 4, 2017
| 414 words
Beware the automated backup window when running native SQL Server backups in RDS If you’ve ever fired up an RDS instance you know you can set an automated backup window for your instance. During this window Amazon will kick off an automated snapshot of your RDS instance each day. Set it and forget it. Kinda nice. Backups are good, right?
http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/SQLServer.Procedural.Importing.html
Once you have enabled native SQL backup/restore, using them is very straight forward.
[Read More]SQL Saturday 622. Join me July 29, 2017 in Albany, NY and learn to Paint with PowerShell!
Posted on June 13, 2017
| 119 words
If you are a SQL Server professional and are interested in spending a day with a bunch of other like-minded individuals, SQL Saturday is for you. It’s a day chock full of SQL Server related presentations given by other members of the community.
Here is a glimpse of my presentation on SQL Server Automation using PowerShell taken from the SQL Saturday event page.
If PowerShell isn’t your thing that’s OK. There are plenty of other topics to choose from.
[Read More]T-SQL Tuesday 90 - Shipping Database Changes
Posted on May 9, 2017
| 898 words
T-SQL Tuesday is a monthly blog party for the SQL Server community (or Microsoft Data Platform community. Although it’s called T-SQL Tuesday, it’s not limited to SQL Server database engine only). It is the brainchild of Adam Machanic blog | twitter.
This month’s tsql2sday is being hosted by James Anderson blog |twitter and this month’s theme is “Shipping Database Changes”. For this T-SQL Tuesday, I’d like to hear about your thoughts or experiences with database deployments.
[Read More]T-SQL Tuesday 89 - The times they are a changing!
Posted on April 11, 2017
| 515 words
T-SQL Tuesday is a monthly blog party for the SQL Server community (or Microsoft Data Platform community. Although it’s called T-SQL Tuesday, it’s not limited to SQL Server database engine only). It is the brainchild of Adam Machanic blog | twitter.
This month’s tsql2sday is being hosted by Koen Verbeeck blog |twitter and the topic is “The times they are a changing”. Basically, how are you handling the ever changing landscape of the SQL DBA.
[Read More]SQL Saturday 619. Join me April 29, 2017 in Rochester, NY and learn to Paint with PowerShell!
Posted on March 27, 2017
| 119 words
If you are a SQL Server professional and are interested in spending a day with a bunch of other like-minded individuals, SQL Saturday is for you. It’s a day chock full of SQL Server related presentations given by other members of the community.
Here is a glimpse of my presentation on SQL Server Automation using PowerShell taken from the SQL Saturday event page.
If PowerShell isn’t your thing that’s OK. There are plenty of other topics to choose from.
[Read More]