tags:

views:

22

answers:

2

Are there any useful and reliable, keyword being reliable here that contain sql server scripts, especially for viewing the statistical usage of the database. I know there are a lot of sql server sites that have scripts, but you never know if they are reliable scripts.

+1  A: 

I know the folks who put together this site and they are all very smart capable people, some of who work on extremely large databases.

http://wiki.lessthandot.com/index.php/Category%3AMicrosoft%5FSQL%5FServer%5FAdmin

HLGEM
great thanks, I will check it out.
Xaisoft
A: 

always read the code in all scripts you download If you run it, you are responsible for what happens. Try to understand what it is doing by looking at the code, if you don't understand something, ask on SO. If you are not sure about something, don't run it.

Erland Sommarskog has some good stuff.

KM