Groups | Blog | Home
all groups > sql server (microsoft) > october 2007 >

sql server (microsoft) : A suitable SQL Server book for my goals


Mukesh_Singh_Nick NO[at]SPAM yahoo.com
10/17/2007 6:53:36 AM
What's the best book to buy for learning MS-SQL Server for a database
programmer. I'll tell you my goals. I want a book that covers:

1) the theory behind operators (cartesian JOIN, cross JOIN, all the
JOINs, UNION, UNION all) and their comparison to mathematics/set
theory

2) writing complex queries, nested queries (sub-queries)

3) tell me about some MS-SQL Server hacks like how many maximum
columns a
table can have, if there's some such thing

4) explains what indexing is, types of indexing, types of locks, etc.

5) explains what database partitions are

6) explains some maintenance legwork like backup/restore, setting up
ODBC connections, creating and deleting users, granting/revoking
rights

7) teaches me to write stored procedures, cursors, functions,
packages
(if there's such a thing) and triggers

8) tells me about the limits of each datatype and possibly their byte
structure. Some of this is covered in the Books Online but it'll be
better if I can have a paper version of it to read it in bed
Ed Murphy
10/17/2007 11:49:36 AM
[quoted text, click to view]

If you have to ask, you should review your database design for
possible normal-form violations.

dirq
10/17/2007 4:09:24 PM
Try these:

Inside Microsoft SQL Server 2005: T-SQL Querying
http://www.amazon.com/Inside-Microsoft-SQL-Server-2005/dp/0735623139/ref=pd_bbs_sr_8/103-0258183-1515818?ie=UTF8&s=books&qid=1192637210&sr=8-8

Administrator's Guide to SQL Server 2005
http://www.amazon.com/Administrators-Server-Microsoft-Windows-System/dp/0321397975/ref=sr_1_1/103-0258183-1515818?ie=UTF8&s=books&qid=1192637300&sr=8-1

-Dirk

[quoted text, click to view]

AddThis Social Bookmark Button