Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

What things should every SQL Server database administrator know?

Books, blogs, tools, you name it.

share|improve this question
2  
This should be a community wiki. – scheibk May 2 '09 at 18:06

11 Answers

Sites

Most of these are multiple purpose. For instance, articles + forums + blogs. This is by no means exhaustive. It's a starting point as you'll find a lot of other blogs and resources from these sites.

Books

This really depends on your role. If you're an operational DBA, you'll want the Wrox book on Administration. If you're dealing with Integration Services, look for the books and resources by SQL Server MVP Brian Knight as a start. If you're doing development, look for SQL Server MVP Louis Davidson's Design book from Apress and SQL Server MVP Grant Fritchey's book on Query Tuning, also from Apress. I'm not very strong on Analysis Services, so I'll leave that for others to recommend. SSRS there are a ton of good books. Also look for the free ebooks at SQL Server Central.

Tools

A lot of good vendors. Start by knowing what comes with SQL Server. Profiler, SSMS, and Configuration Manager you should know cold. BIDS if you do SSIS or SSRS. Otherwise, 3rd parties to look at (in alphabetical order, as people's preferences vary):

Social Networks

There's a group of us fairly active on Twitter. You can find the list of us at SQLServerPedia. Most of us are connected via LinkedIn and FaceBook as well.

share|improve this answer

Don't forget about basic tools

enter image description here

share|improve this answer
1  
+1 for being visual! – esabine May 12 '09 at 10:59

Also check out sqlpass.org as it has a list of most of the SQL DBA Blogs out there.

share|improve this answer

Don't forget http://twitter.com

Follow SQL guys. SQL Gurus like K. Brian Kelley, mrdenny, Brent Ozar - among others, are all in twitter. Kimberly Tripp & Paul Randal are in twitter too! Follow their tweets. They usually talk a lot about their activities around SQL Server.

share|improve this answer
Twitter is outstanding for the SQL Server community. – ScottStonehouse May 13 '09 at 18:18
Agreed, +1 on that one – SQLMenace May 18 '09 at 21:05

Getting to know the DMV's well is on the top of my list. You'd be surprised by how many people overlook those when looking for answers to questions about their servers.

share|improve this answer

http://www.simple-talk.com is good for the occasional read as well.

share|improve this answer

This site contains countless tips that have a proven track record:

SSW Rules to Better SQL Server Databases

share|improve this answer

How to read a query optimization plan and tune queries by re-writing them and/or creating the correct indexes.

share|improve this answer

Read Kalen Delaney's book on SQL Server Internals.

Itzik Ben-Gan's books and site have also been a big help.

share|improve this answer

sqlreleaseservices blog for updates.

http://blogs.msdn.com/b/sqlreleaseservices/

Many have no clue where they get an overview of what the current cumulative update is - and it shows in the versions they run.

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.