|
When we published the first edition of this book, we heard from plenty of developers who were just starting out using Microsoft SQL Server and found this to be a great book for training. But we also heard from a lot of experienced developers who read it and were amazed to discover how much they didn`t know about SQL. That`s why we`ve dubbed this book `the SQL book that most developers don`t even know they need.` So whether you`re new to SQL...or whether you`ve been squeaking by with the SQL you know, never realizing how much you`re missing out on...this is the book for you. For example, you`ll learn:How to create complex inner and outer joins, summary queries, and subqueries that do more of the database processing for you so that your applications can do less
What the different data types are and how to handle the common problems you run into with various types of data
How to work with XML data
How to take advantage of powerful backend database features like views, scripts, stored procedures, and triggers
How to deal with database control features like cursors, transactions, and locking
The basics of database design and implementation using the Management Studio or SQL DDL statements (you can write more efficient queries when you know something about how databases are set up…and you can start to see what your DBA has to think about, if that`s a career path that interests you)
How to use the CLR integration feature to create database objects using C# or Visual Basic code What`s NEW in this 2008 editionThis new edition now covers the 2008 features that make a developer`s job easier:The FILESTREAM storage feature allows you to work more efficiently with binary large objects (BLOBs) such as image, sound, and video files. The MERGE statement allows you to use a single statement to make multiple updates and insertions.
The date, time, datetime2, and datetimeoffset data types give you more flexibility and precision for working with dates and times.
The user-defined table type allows you to pass a table as a parameter to a stored procedure or a function - a feat that previously required custom coding and often resulted in code that was difficult to maintain.
In terms of database design, the SPARSE attribute can help you work with NULL values more efficiently, and filtered indexes can allow you to retrieve data more quickly.Beyond that, this book covers many other 2008 features that you`ll find useful in specific situations. And, of course, the code presented in this book has been thoroughly updated and tested against SQL Server 2008. About the Author Joel Murach has been writing and editing for more than 10 years. During that time, he sharpened his programming skills as a contract programmer in San Francisco and his instructional skills as a trainer for HarperCollins Publishing. He always brings a vision to his projects that leads to improved effectiveness for his readers. ISBN - 9788184046533
|
|
Pages : 802
|