Donnie Taylor at myITforum.com

Browse by Tags

All Tags » statistics (RSS)
Track System Discoveries per site
This is a handy little SQL statement we managed to whip up while working on a discovery problem. This script will show you a count of Machine based discoveries...
Updating Statistics in SQL (and why you need to do it)
SQL server uses statistics to keep track of values in an index, and determine when and how to use that particular index while processing a query. This...