Program to analyze information about SQL SERVER as well as database ta
Program to analyze information about SQL SERVER as well as database tables, indexes, and some Windows information.
To use it just enter the server and instance, and then the database which you want information, this program is useful for database administrators who need to identify problems with growth charts, with the fragmentation indices, know SQL version information.
It's a script that read sql "select" request from postgres 8.1 logs and generate for each request all the index to optimize the database. Tested on 1.2 GB of logs.