views:

275

answers:

5

I have a strong database background but very little practical experience with ms sql server.
I want to learn the tools, the architecture, profiling and tuning.
Besides browsing around for little bits and pieces of information, I'm actually looking for larger guides. Books, training, series of articles, etc.
How do you recommend I start?

+4  A: 

Books and training is only one aspect.

Practical work is worth it's weight in gold. If you can get near a production environment with a live database and have access to a DBA willing to take you under his/her wing, take full use of the opportunity

Conrad
+2  A: 

When I first started out with MSSQL I found the SQL2000 book from the Wrox "Professional" range to be a very good starting point, it might be worth you looking for if they have an updated edition. Everything else I've picked up frmo official documentation, other websites, and just kicking things to see what they do.

David Spillett
I used Professional SQL Server 2000 programming- that was a great book.
RichardOD
had the same book also had all the guru guide to SQL Server books by Ken Henderson and the Internals book by Kalen Delaney
SQLMenace
+2  A: 

Start reading books. there are number of author who work hard to create the basic very clearly, and then if you feel that's not enough Internet is the best of all and has abundant material.

Vinay Pandey
+5  A: 

The best way to learn is by participating in newsgroups and forums. In the beginning you can just lurk but try to get information in...After a while you will notice that you know to answer some questions...start participating

get some good sql server books, if you can't afford books take a look at Good SQL Articles To Read If You Can't Afford Books there is some really good stuff here

Check out all the SQL Server whitepapers available

Listen to sql podcasts sqldownunder has 43 of them

Follow sql people on twitter and see what they link to, a list of people to follow on twitter can be found here sql directory

I also interviewed a bunch of SQL Server legends like Ken Henderson, Kalen Delaney and more, you can find a list here: All the interviews I did with SQL legends

SQLMenace
+4  A: 

I use Expert SQL Server 2005 Development by Adam Machanic. Online tutorials are great too. Especially ones that have video.

Adam
Have the same book, some really good stuff in there
SQLMenace