(Pinal Dave) This is the first of a 5 part series on my 10 years of experience in Comprehensive Database Performance Health Check consulting engagement. Here are the five blog posts that are the essence of my consulting business.
Tag: sql server
Can You Force A Parallel Plan in Query Store?
(Grant Fritchey) I love the questions I get when presenting: Can You Force a Parallel Plan in Query Store. I haven’t a clue. The trick I think is going to be in setting up the test. Let’s try it out.
PowerShell SQL Server Validation Utility – DBAChecks
(Rajendra Gupta) In this article, we will explore the DBAChecks PowerShell SQL Server Module. We can use the DBAChecks module to validate SQL Server instances using the various modules. We can also perform more than 100 configuration reviews using it.
SQL Server T-SQL Alerts for Standard and Custom Errors
(Tim Smith) Our support engineers and junior DBAs are currently overwhelmed by a volume of alerts from errors each day. Most of these errors are not something they can take action on immediately and some require further analysis as to whether the error is something we expect, or something that may b
The Difference Between SQL’s JOIN .. ON Clause and the Where Clause
(lukaseder) A question that is frequently occurring among my SQL training‘s participants is:
Compressed Microsoft SQL Server Backups by Default
(Greg Larsen) If you compress your database backups you can save a ton of disk space. But by default compressed backups are not created.
SQL SERVER – Read Only Routing Error: Client Unable to Establish Connection Because an Error was Encountered During Handshakes Before Login
(Pinal Dave) I have helped many clients in deploying Always On Availability Group. Based on their requirement they keep using additional features provided by availability groups. This time they wanted to use always-on availability group read-only routing feature.
Pros and cons of using SQL Server audit triggers for DBAs
(Lindsay Moore) Using triggers to capture audit information in SQL Server can be instrumental in keeping track of database use and changes. But they aren’t a perfect fit for all cases.
Mixed feelings over the new truncation error
(Kenneth Fisher) As of SQL 2019 CTP2.0 or SQL 2017 CU12 Microsoft has given us a long-awaited addition to the truncation error. Yay! But …
Reverse Engineer SQL Server Databases with Visual Studio
(John Miner) Many companies are switching over from the waterfall model to the agile software development process with the hopes of bringing quality software quicker to market. Under this process, requirements and solutions evolve through the collaborative effort of cross-functional teams and their
