1

I would like to start learning SQL Server 2005 on my own. Can anyone recommend good books or websites that will be a good start for me?

Jonathan Leffler
  • 730,956
  • 141
  • 904
  • 1,278
Craig G
  • 247
  • 2
  • 6
  • 15
  • Is there a reason for having that version as opposed to say MS SQL Server 2008 or whatever new MS SQL Server is being developed now? – JB King Jan 14 '09 at 18:51
  • Just the version my company has. we may get 2008 in the future but as of now they have decided to stick with 05 – Craig G Jan 14 '09 at 18:52
  • 1
    **Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic** for Stack Overflow as they tend to attract opinionated answers and spam. Thus I flagged this question accordingly. – Filnor Nov 22 '18 at 10:53

6 Answers6

1

Are you learning SQL from scratch?

I would suggest starting with this SQL Tutorial.

However if you know SQL already then this is a good list of tutorials on SQL 2005 features.

Andrew Hare
  • 344,730
  • 71
  • 640
  • 635
1

If you want to gain an good understanding of SQL Server end-to-end, I have found Robert Vieira's books on SQL Server to be useful.

Here is one I recommend.

It is a good book and I recommend it for assimilating the theory.

If you need a good reference book I have found that Murach's books on SQL server to be useful.

Here is one I recommend.

This a good book for quick "cook book" type solutions.

Andy Webb
  • 1,712
  • 10
  • 16
1

here is an additional link for those common questions

The Ten Most Asked SQL Server Questions And Their Answers

SQLMenace
  • 132,095
  • 25
  • 206
  • 225
1

For heavier TSQL questions, I found this blog useful :

http://www.sommarskog.se/

Ash Machine
  • 9,601
  • 11
  • 45
  • 52
1

Learning SQL on SQL Server 2005 is a good book for beginners. It covers SQL syntax and server administration tasks.

Daniel Auger
  • 12,535
  • 5
  • 52
  • 73