Tell me more ×
Database Administrators Stack Exchange is a question and answer site for database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.

I am a fresh DBA just being promoted, I am looking for few good sites which constains T-sql Scripts for DBA tasks. Is there a common place from where you can get a collection scripts to perform operation like tuning, re-indexing, DMV, restore, mirror etc.

regards Thanks for listening

share|improve this question

3 Answers

This might be a good start: http://www.sqlservercentral.com/Scripts/

share|improve this answer

I tend to favor Google or Bing as my script repository.

A few folks also have dedicated scripts that are used for mutliple things when it comes to DBA tasks. One is Adam Machanic and his sp_whoisactive. Then there is Ola Hallengren and his maitenance script. Both of these are probably the most used tools a SQL Server DBA can have available. They are both kept up-to-date with each release of SQL Server as well.

share|improve this answer

Another good place would be SQLServerPedia's TSQL Library.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.