dbTalk Databases Forums  

A suitable SQL Server book for my goals

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss A suitable SQL Server book for my goals in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Mukesh_Singh_Nick@yahoo.com
 
Posts: n/a

Default A suitable SQL Server book for my goals - 10-17-2007 , 08:53 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


Reply With Quote
  #2  
Old   
dirq
 
Posts: n/a

Default Re: A suitable SQL Server book for my goals - 10-17-2007 , 11:09 AM






Try these:

Inside Microsoft SQL Server 2005: T-SQL Querying
http://www.amazon.com/Inside-Microso...2637210&sr=8-8

Administrator's Guide to SQL Server 2005
http://www.amazon.com/Administrators...2637300&sr=8-1

-Dirk

On Oct 17, 8:53 am, Mukesh_Singh_N... (AT) yahoo (DOT) com wrote:
Quote:
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



Reply With Quote
  #3  
Old   
Ed Murphy
 
Posts: n/a

Default Re: A suitable SQL Server book for my goals - 10-17-2007 , 01:49 PM



Mukesh_Singh_Nick (AT) yahoo (DOT) com wrote:

Quote:
3) tell me about some MS-SQL Server hacks like how many maximum
columns a
table can have, if there's some such thing
If you have to ask, you should review your database design for
possible normal-form violations.

http://en.wikipedia.org/wiki/Database_normalization


Reply With Quote
  #4  
Old   
Hugo Kornelis
 
Posts: n/a

Default Re: A suitable SQL Server book for my goals - 10-17-2007 , 04:29 PM



On Wed, 17 Oct 2007 06:53:36 -0700, Mukesh_Singh_Nick (AT) yahoo (DOT) com wrote:

Quote:
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:
(snip)

Hi Mukesh_Singh_Nick,

Based on the list of your goals, I think you should get all four parts
of the "Inside SQL Server 2005" series. Except, maybe, the one about
optimizing and tuning, since that is not on your list of subjects that
should be covered (though, on the other hand, it probably should be).

--
Hugo Kornelis, SQL Server MVP
My SQL Server blog: http://sqlblog.com/blogs/hugo_kornelis


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.