This SQL Optimizer for SQL Server video demonstrates how to improve your database performance through SQL optimization.
Related Articles
Introduction to Toad DevOps Toolkit
Watch this video to get an introduction to Toad DevOps Toolkit You can download a free 30-day Trial of Toad DevOps Toolkit...
JSON documents in Azure and IF/THEN blocks
If you do any work in Azure you’ve probably done deployments using JSON scripts. Originally JSON in Azure didn’t support much, you could create objects, but if you put it in the JSON script, it would ...
Index selectivity & queries with multiple equality conditions
Performance of a query having multiple equality type predicates improves as it switches from using the index on an unselective column to a selective one. It is very common to issue queries with multi...
