26

I want to download a good database book for developers, can you guide me and send me good links to find a good one. I am working with SQL Server 2008.

Arslan Ali
  • 17,418
  • 8
  • 58
  • 76
laura
  • 279
  • 1
  • 3
  • 3
  • possible duplicate of [Looking for a good book to learn SQL](http://stackoverflow.com/questions/31982/looking-for-a-good-book-to-learn-sql) – ChrisW Sep 14 '10 at 08:54
  • 1
    This question has been asked many times before. Before you ask a new question it's worth searching stackoverflow (using the edit box at the top right of the screen), for example [http://stackoverflow.com/search?q=book+sql+2008](http://stackoverflow.com/search?q=book+sql+2008). – ChrisW Sep 14 '10 at 08:57

6 Answers6

12

This has been asked here many times before:

My personal favorite resource is Books Online - this is the documentation that comes with SQL server.

Community
  • 1
  • 1
Oded
  • 489,969
  • 99
  • 883
  • 1,009
2

Funny that no one seems to mention Date's "SQL and relational theory : How to write accurate SQL code".

Matthieu
  • 4,605
  • 4
  • 40
  • 60
Erwin Smout
  • 18,113
  • 4
  • 33
  • 52
1

Head First SQL (O'Reilly) is excellent, whole series is great.

They start of with the basics (as do most books), covering syntax, database design and advanced querying.

Excrept:

2008 Jolt Productivity Award Winner!

Is your data dragging you down? Are your tables all tangled up? Well we've got the tools to teach you just how to wrangle your databases into submission. Using the latest research in neurobiology, cognitive science, and learning theory to craft a multi-sensory SQL learning experience, Head First SQL has a visually rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep.

Maybe you've written some simple SQL queries to interact with databases. But now you want more, you want to really dig into those databases and work with your data. Head First SQL will show you the fundamentals of SQL and how to really take advantage of it. We'll take you on a journey through the language, from basic INSERT statements and SELECT queries to hardcore database manipulation with indices, joins, and transactions. We all know "Data is Power"—but we'll show you how to have "Power over your Data". Expect to have fun, expect to learn, and expect to be querying, normalizing, and joining your data like a pro by the time you're finished reading!

Mr Shoubs
  • 14,629
  • 17
  • 68
  • 107
0

See Kalen Delaney's recommended reading list. There's some great books listed there, as well as other resources.

AdaTheDev
  • 142,592
  • 28
  • 206
  • 200
-2

May I recommend

Microsoft SQL Server 2008 R2 Unleashed

  • Link only answers are not really welcome here - please add at least a summary of the link! – Pfitz Nov 03 '12 at 10:25