Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Articles with tag
statistics
Search for
any
content tagged
statistics
Items 1 to 20 of 26
Next 20 >>
Managing SQL Server Statistics
Accurate statistics about the data held in tables are used to provide the best execution strategy for SQL queries. but if the statistics don't accurately reflect the current contents of the table you'll get a poorly-performing query. How do you find out if statistics are correct, and what can you do if the automatic update of statistics isn't right for the way a table is used?
Read more...
By
Additional Articles
2013/04/15
|
Source:
SimpleTalk
|
Category:
statistics
Rating:
(not yet rated)
Rate this
|
Briefcase
|
6,075 reads
SQL Server Statistics Questions We Were Too Shy to Ask
If you need to optimise SQL Server performance, it pays to understand SQL Server Statistics. Grant Fritchey answers some frequently-asked questions about SQL Server Statistics: the ones we somehow feel silly asking in public, and think twice about doing so.
Read more...
By
Additional Articles
2013/03/12
|
Source:
SimpleTalk
|
Category:
statistics
Rating:
Rate this
|
Briefcase
|
2,953 reads
SQL Server Statistics Questions We Were Too Shy to Ask
If you need to optimise SQL Server performance, it pays to understand SQL Server Statistics. Grant Fritchey answers some frequently-asked questions about SQL Server Statistics: the ones we somehow feel silly asking in public, and think twice about doing so.
Read more...
By
Additional Articles
2013/03/01
|
Source:
SimpleTalk
|
Category:
statistics
Rating:
Rate this
|
Briefcase
|
3,390 reads
Free Webinar: Statistics in Oracle and SQL Server
In their third live 'Oracle vs. SQL Server' discussion, Jonathan Lewis (Oracle Ace Director, OakTable Network) and Grant Fritchey (Microsoft SQL Server MVP) will look at statistics in Oracle and SQL Server. Expect a lively debate on Oracle vs. SQL Server from two leading RDBMS experts on Jan 23, 2013.
Read more...
By
Press Release
2013/01/22 (first published: 2013/01/11)
|
Source:
Red-Gate
|
Category:
oracle
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
2,595 reads
Free Webinar: Statistics in Oracle and SQL Server
In their third live 'Oracle vs. SQL Server' discussion, Jonathan Lewis (Oracle Ace Director, OakTable Network) and Grant Fritchey (Microsoft SQL Server MVP) will look at statistics in Oracle and SQL Server. Expect a lively debate on Oracle vs. SQL Server from two leading RDBMS experts on Jan 23, 2013.
Read more...
By
Press Release
2013/01/22 (first published: 2013/01/11)
|
Source:
Red-Gate
|
Category:
oracle
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
2,595 reads
Free Webinar: Statistics in Oracle and SQL Server
In their third live 'Oracle vs. SQL Server' discussion, Jonathan Lewis (Oracle Ace Director, OakTable Network) and Grant Fritchey (Microsoft SQL Server MVP) will look at statistics in Oracle and SQL Server. Expect a lively debate on Oracle vs. SQL Server from two leading RDBMS experts on Jan 23, 2013.
Read more...
By
Press Release
2013/01/22 (first published: 2013/01/11)
|
Source:
Red-Gate
|
Category:
oracle
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
2,595 reads
Free Webinar: Statistics in Oracle and SQL Server
In their third live 'Oracle vs. SQL Server' discussion, Jonathan Lewis (Oracle Ace Director, OakTable Network) and Grant Fritchey (Microsoft SQL Server MVP) will look at statistics in Oracle and SQL Server. Expect a lively debate on Oracle vs. SQL Server from two leading RDBMS experts on Jan 23, 2013.
Read more...
By
Press Release
2013/01/22 (first published: 2013/01/11)
|
Source:
Red-Gate
|
Category:
oracle
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
2,595 reads
How to Find Outdated Statistics in SQL Server 2008
How can I find out which statistics are outdated in my SQL Server database?
Read more...
By
Additional Articles
2012/09/06
|
Source:
MSSQLTips.com
|
Category:
statistics
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,651 reads
Tips to optimize your SQL statements
Don't blame SQL Server if your SQL Statements perform badly! But where do you start to investigate the problem? This article is a primer on were to start looking when your SQL runs slowly.
Read more...
By
Brian Ellul
2012/02/10 (first published: 2010/07/29)
|
Source:
SQLServerCentral.com
|
Category:
performance tuning
Rating:
|
Discuss
|
Briefcase
|
40,275 reads
Statistics on Ascending Columns
It comes as rather a shock to find out that one of the commonest circumstances in an OLTP database, an ascending primary key with most querying on the latest records, can throw the judgement of the Query Optimiser to the extent that perfomance nose-dives. Fabiano Amorim once again dons snorkel and goggles to explore the murky depths of execution plans to find out why.
Read more...
By
Additional Articles
2011/09/16
|
Source:
SimpleTalk
|
Category:
statistics
Rating:
Rate this
|
Briefcase
|
1,946 reads
Questions About SQL Server Distribution Statistics
Fabiano Amorim was asked a couple of questions about SQL Server Distribution Statistics. Having given an answer based on his current knowledge, he then decided to find out for himself whether what he'd said was right, and started an epic journey of exploration into Distribution Statistics and the way that the Query Optimiser uses them.
Read more...
By
Additional Articles
2011/07/13
|
Source:
SimpleTalk
|
Category:
t-sql
Rating:
Rate this
|
Briefcase
|
1,656 reads
Questions About SQL Server Distribution Statistics
Fabiano Amorim was asked a couple of questions about SQL Server Distribution Statistics. Having given an answer based on his current knowledge, he then decided to find out for himself whether what he'd said was right, and started an epic journey of exploration into Distribution Statistics and the way that the Query Optimiser uses them.
Read more...
By
Additional Articles
2011/07/12
|
Source:
SimpleTalk
|
Category:
t-sql
Rating:
Rate this
|
Briefcase
|
1,655 reads
Automatic Statistics Update Slows Down SQL Server 2005
I have a database which has several tables that have very heavy write operations. These table are very large and some are over a hundred gigabytes. I noticed performance of this database is getting slower and after some investigation we suspect that the Auto Update Statistics function is causing a performance degradation.
Read more...
By
Additional Articles
2011/02/25
|
Source:
MSSQLTips.com
|
Category:
maintenance
Rating:
(not yet rated)
Rate this
|
Briefcase
|
4,378 reads
SQL Server Statistics: Problems and Solutions
SQL Server Statistics assist the query optimiser to calculate the best way of running the query. Holger describes every common way that things can go wrong with statistics, and how to put matters right.
Read more...
By
Additional Articles
2010/11/11
|
Source:
SimpleTalk
|
Category:
statistics
Rating:
(not yet rated)
Rate this
|
Briefcase
|
3,088 reads
Introduction to SQL Server Statistics
A free virtual chapter presentation by Andy Warren on Sept 7, 2010 at 12:00EDT. This beginner to intermediate level session will introduce you to statistics, including how to create, manage, troubleshoot, and more!
Read more...
By
Press Release
2010/09/03
|
Source:
SQLServerCentral.com
|
Category:
webinar
Rating:
(not yet rated)
|
Discuss
|
Briefcase
|
3,900 reads
How Old Are Your Database Statistics?
Unlike fine wine, database statistics do not improve with age. I recently helped out with a client who was having...
Read more...
By
GlennBerry
2010/09/02
|
Source:
SQLServerCentral.com
|
Category:
blogs
Rating:
(not yet rated)
Rate this
|
Briefcase
|
2,423 reads
Tips to optimize your SQL statements
Don't blame SQL Server if your SQL Statements perform badly! But where do you start to investigate the problem? This article is a primer on were to start looking when your SQL runs slowly.
Read more...
By
Brian Ellul
2012/02/10 (first published: 2010/07/29)
|
Source:
SQLServerCentral.com
|
Category:
performance tuning
Rating:
|
Discuss
|
Briefcase
|
40,275 reads
13 Things You Should Know About Statistics and the Query Optimizer
Fabiano launches into a sound technical explanation of the way that the query optimiser works in SQL Server with a mention of Brazilian Soccer stars and young ladies on Copacabana beach. You'll never quite think of statistics, execution plans, and the query optimiser the same way again after reading this, but we think you'll understand them better.
Read more...
By
Additional Articles
2010/02/02
|
Source:
SimpleTalk
|
Category:
statistics
Rating:
Rate this
|
Briefcase
|
5,351 reads
Index Primer - Just what statistics are kept?
An in-depth look at index statistics and how they are used by the optimizer by Josef Richberg.
Read more...
By
Josef Richberg
2009/10/28
|
Source:
SQLServerCentral.com
|
Category:
optimizer
Rating:
|
Discuss
|
Briefcase
|
7,549 reads
Collecting Query Statistics for SQL Server 2005
With SQL Server 2005 DMVs, we can easily find query performance statistics. Every DBA has a favorite script to find query performance stats. I also have one. But, are all the queries captured by the DMVs? In this tip I will walk through capturing some of this data and show what is capture and what is not captured by the DMVs.
Read more...
By
Additional Articles
2009/10/05
|
Source:
MSSQLTips.com
|
Category:
statistics
Rating:
Rate this
|
Briefcase
|
4,232 reads
Items 1 to 20 of 26
Next 20 >>
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.