SQL Server Statistics Only Database
Hi Geeks, First of all I would like to thank Amit Sir and SQLServerGeeks.com for giving me this opportunity to blog. This is my 1st blog on SQL Server Statistics Only Database, so I am pretty much...
View ArticleSQL Server 2014 Another reason to use New Cardinality Estimator
Hi Friends, This blog is the continuation of my previous blogs on SQL Server 2014 New Cardinality Estimator. You can go to previous blog by clicking here. Using the legacy Cardinality Estimator, I have...
View ArticleUse of sql server histogram: A Simple Case
Hi Friends, We all know that in SQL Server, resource allocation for a query execution depends on the number of rows to be processed here for number of rows you can say Cardinality Estimation. But how...
View Articlesql server trace flag 4136
Hi Friends, This is my 43rd blog on SQL Server Trace Flag 4136 in the series of One Trace Flag a Day. You can go to all blogs under that series by clicking here. To understand the use of this trace...
View ArticleSQL Server Trace Flag 9292
Hi Friends, This is my 48th blog on SQL Server Trace Flag 9292 in the series of One Trace Flag a Day. You can go to all blogs under that series by clicking here. We all knew that statistics plays a...
View ArticleSQL Server Trace Flag 9204
Hi Friends, This is my 49th blog on SQL Server Trace Flag 9204 in the series of One Trace Flag a Day. You can go to all blogs under that series by clicking here. In my previous blog, we have seen the...
View ArticleSQL Server Trace Flag 8721
Hi Friends, This is my 50th blog on SQL Server Trace Flag 8721 and last in the series of One Trace Flag a Day. I hope you enjoyed this series. You can go to all blogs under that series by clicking...
View ArticleExplore statistics histogram using SQL Server 2017
Prior to SQL Server 2016 SP1 CU2, we need to use DBCC SHOW_STATISTICS WITH HISTOGRAM to read Statistics histogram of a specific statistics. Since it is a DBCC command in order to filter any information...
View Article