Podcast Episode 90: DBCC CheckDB
This weeks episode of the is Episode 90 released today. Episode Quote “I would say that the bigger issue is probably going to be something… Read More »Podcast Episode 90: DBCC CheckDB
This weeks episode of the is Episode 90 released today. Episode Quote “I would say that the bigger issue is probably going to be something… Read More »Podcast Episode 90: DBCC CheckDB
One of the common problems with when diagnosing what appears to be a slow scenario where there may be blocking involved is determining what is… Read More »Finding Blocking Queries
Today I had the opportunity to complete and launch the February 2017 version of Database Health Monitor.
I hope you like the latest version. Here are the Release Notes:
Version 2.5 is the February 2017 release of Database Health Monitor, released on February 19, 2017.
On March 18th I will be attending SQL Saturday 610 in Richmond Virginia and the day before I will be presenting a pre conference session… Read More »Pre-con at SQL Saturday Richmond in March – Emergency Preparation for Database Disasters
For a couple of months we have had requests on the SQL Data Partners Podcast to do an episode on indexing. It is my pleasure… Read More »Podcast Episode – The Long Awaited Index Episode
Lately I have had the opportunity to work with performance tuning of queries running on the Azure Parallel Data Warehouse (Azure PDW). This has been interesting in that everything you thought you knew about SQL Server DMV’s, writing queries and overall performance tuning is just a little bit different.
My goal was to write a query to show me what is currently active and running on the Azure PDW database.
To start with, I discovered the view called SYS.DM_PDW_EXEC_REQUESTS which contains all kinds of great information to get us started. Specifically it hold information on queries that are currently running or have recently been run or attempted to be run on the Azure PDW database.
SELECT * FROM SYS.DM_PDW_EXEC_REQUESTS;
Which returned hundreds of rows, and didn’t really get me to where I wanted to go.
Next I added a WHERE statement to filter out those queries that were “done”. In this case done means that were ‘Completed’, ‘Failed’ or ‘Cancelled’.
On Wednesday January 25th at 6:00pm we will be hosting the monthly meeting of the Bellingham SQL Server Users Group. January SQL Server Users Group… Read More »Bellingham SQL Server Users Group – January 25th
This weeks episode we are pleased to host Andy Leonard to discuss his thoughts on the catalog and how this feature provides some really interesting benefits… Read More »Podcast Episode 79: SSIS Catalog with Andy Leonard
One of those services that I offer is on call help for DBA’s who encounter database corruption. Call me anytime 24/7 and as long as you are an existing customer, or we can work out a billing arrangement to turn you into a paying customer, I can help.
That’s all a good if you are familiar with what database corruption is. But based on the occasional phone call that I receive based on my outreach to help with database corruption, it makes me think that I haven’t done the best job describing what corruption is.
A few minutes ago at 12:15am, my phone rings, I was sound asleep but it woke me up and I answered it. Still a bit groggy I hear a voice on the other end asking “Are you the one who can help with database corruption removal?” to which I answer yes. He then goes into a story about how he has just been fingerprinted and he wasn’t supposed to be arrested. He goes on to describe how he didn’t feel that he should have been arrested, but the police officers have told him that now that his fingerprints are in the database, there isn’t anything they can do to undo it. I break in with “sorry that’s not the type of work I do”, and he continues to request my help to to get his fingerprints out of the database and remove his arrest record. I end the call, and hope that this wasn’t his one phone call that he is allowed when he was being booked.
Here is a quick update on the last 3 podcast episodes that we have published, ending up 2016, and starting out 2017 with some great… Read More »Latest Podcast Episodes