Donnie Taylor at myITforum.com

Browse by Tags

All Tags » SQL (RSS)
Check for open transactions on the ConfigMgr database
Open transactions - transactions that run too long or are hung - can cause havoc on the ConfigMgr database. Notice a backlog of files (DDRs or Mifs)? Slow...
Posted: Dec 09 2009, 03:38 PM by dtaylor | with no comments
Filed under: , ,
Check how long ConfigMgr Site Maintenance Tasks run
Here is a quick and dirty SQL script that will list the site maintenance tasks and how long they ran last. Run this in SQL Management Studio and target...
Posted: Dec 08 2009, 02:00 PM by dtaylor | with no comments
Filed under: ,
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...
Rebuilding Indexes in ConfigMgr Databases
If you suspect that you have fragmented SQL indexes in your ConfigMgr database (confirm those suspicions here ), then what are your options? You could...
Posted: Dec 17 2008, 11:30 AM by dtaylor | with no comments
Filed under: , ,
Check SQL index fragmentation on the ConfigMgr database
While working on a performance problem with a couple of very talented SQL gurus I was handed this script. It checks, among other things, the fragmentation...
Posted: Dec 15 2008, 09:17 AM by dtaylor | with no comments
Filed under: , ,
List ConfigMgr SQL tables with row counts and size
Ever wonder what is taking up all the space in your ConfigMgr database? This SQL query will show row count, reserved/used data size, and reserved/used...
Posted: Dec 12 2008, 08:45 AM by dtaylor | with no comments
Filed under: ,