Books.org participates in affiliate programs including Bookshop.org and the Amazon Services LLC Associates Program. We may earn a commission from qualifying purchases made through links on this page, at no additional cost to you.
Overview
Discussing new and existing features, SQL Server designer and administrator Michael Coles takes you on an expert guided tour of TransactSQL functionality in SQL Server 2008 in his book, Pro TSQL 2008 Programmer’s Guide. Fully functioning examples and downloadable source code bring Coles’ technically accurate and engaging treatment of TransactSQL into your own hands. Stepbystep explanations ensure clarity, and an advocacy of bestpractices will steer you down the road to success.
Pro TSQL 2008 Programmer’s Guide is every developer’s key to making full use of SQL Server 2008’s powerful, builtin TransactSQL language. TransactSQL is the language developers and DBAs use to interact with SQL Server. It’s used for everything from querying data, to writing stored procedures, to managing the database. New features in SQL Server 2008 include a spatial data type, SQLCLR integration, the MERGE statement, a dramatically improved and marketleading XML feature set, and support for encryption—all of which are covered in this book
What you’ll learn
- Write stored procedures, functions, and triggers using TransactSQL
- Apply bestpractices when centralizing procedural logic inside your SQL Server database
- Seamlessly work with XML data using XQuery, XPath, and the XML type
- Use SQLCLR to write .NET code that runs inside SQL Server
- Implement fulltext search within your database
- Load data more efficiently using the MERGE statement
- Learn about the new geography type for storing spatial data
Pro TSQL 2008 Programmer’s Guide is written for SQL Server and TransactSQL developers who want to implement bestpractices and take full advantage of all that SQL Server has to offer. .NET programmers will find the book helpful in showing how to run .NET code within SQL Server. Database administrators who need to write triggers and the occasional stored procedure will also benefit from the book.
Synopsis
Skill with the Transact-SQL language is key to any developer making use of Microsoft SQL Server. Written especially for developers, the Pro T-SQL 2008 Programmer’s Guide shows developers the full range of what’s possible using the language. Readers become fully-grounded in the language, in the key features that SQL Server has to offer, and they are introduced to best-practices that will help ensure their success.