SQL SERVER – Plan Cache – Retrieve and Remove – A Simple Script
I had a very interesting situation at my recent performance tuning project. I realize that the developers there were running very large dataset queries on their production server randomly. I got alarmed so I suggested their developer not to do that on the production server; instead, they could create some alternate scenarios where they could synchronize database and query on the same server. The production server should not be used for development work. It should be queried with proper methods (queries, Stored Procedures, etc.), supporting production application.
SQL SERVER – Getting Started with Execution Plans
Execution Plans is one of the most interesting subjects and I often get a question about it. Many people want to know how to get started.
SQL SERVER – Adding Column is Expensive by Joining Table Outside View – Limitation of the Views Part 2
SQL SERVER – Does Order of Column in WHERE Clause Matter?
Today is a quick puzzle time. Let us learn about – Does the order of column used in WHERE clause matter for performance? Let us learn today.




