SQL Server Statistics Basics

added by Paul Wheeler
7/25/2016 12:00:00 AM

416 Views

Distribution statistics are used by SQL Server's Query Optimiser to determine a good execution plan for your SQL query. You don't need to know about them to execute queries, but the better you understand them, the better you can optimise your queries and sort out performance problems. Robert Sheldon once more provides a simple guide.


0 comments