Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 

Drop user statistics

By Wilfred van Dijk, 2009/06/11

This script drops manually added statistics. By setting the @debug flag to 1, this script shows the actual statement without executing it.

You can add a table filtercriteria, by default all tables are processed. Note statistics on table [queue_messages] are ignored (you can't drop these).

NOTE: Make sure you realize the consequences if you run this script. Statistics are a base source for the optimizer. After you've dropped statistics, performance might be an issue.

 

 

Total article views: 531 | Views in the last 30 days: 1
 
Related Articles
BLOG

Updated Overlapping Statistics Scripts

Last year I published a script for identifying automatically generated column statistics that overla...

FORUM

Statistics on tables

extract script statistics

SCRIPT

Clear Wait Statistics

Clears the wait statistics so that the results of the 'Signal and Resource Waits' scripts are more r...

FORUM

IO Statistics

IO Statistics

BLOG

More On Overlapping Statistics

In my last post I provided a script to identify overlapping statistics but realized afterwards that ...

Tags
 
Contribute

Join the most active online SQL Server Community

SQL knowledge, delivered daily, free:

Email address:  

You make SSC a better place

As a member of SQLServerCentral, you get free access to loads of fresh content: thousands of articles and SQL scripts, a library of free eBooks, a weekly database news roundup, a great Q & A platform… And it’s our huge, buzzing community of SQL Server Professionals that makes it such a success.

Join us!

Steve Jones
Editor, SQLServerCentral.com

Already a member? Jump in:

Email address:   Password:   Remember me: Forgotten your password?
Steve Jones