The guru's guide to Transact-SQL

The Guru's Guide to Transact-SQL is an indispensable reference for anyone working with this database development language. The accompanying CD-ROM includes the complete set of code examples found in the book as well as a SQL programming environment that will speed the development of your own to...

Full description

Bibliographic Details
Main Author: Henderson, Ken
Format: eBook
Language:English
Published: Reading, Mass. Addison-Wesley 2000
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 03886nmm a2200361 u 4500
001 EB001949611
003 EBX01000000000000001112513
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 0201615762 
020 |a 8131751252 
020 |a 9780201615760 
050 4 |a QA76.73.S67 
100 1 |a Henderson, Ken 
245 0 0 |a The guru's guide to Transact-SQL  |c Ken Henderson 
260 |a Reading, Mass.  |b Addison-Wesley  |c 2000 
300 |a xx, 551 pages  |b illustrations 
505 0 |a Includes bibliographical references and index 
505 0 |a Introductory Transact-SQL -- Transact-SQL Data Type Nuances -- Missing Values -- DDL Insights -- DML Insights -- The Mighty Select Statement -- Views -- Statistical Functions -- Runs and Sequences -- Arrays -- Sets -- Hierarchies -- Cursors -- Transactions -- Stored Procedures and Triggers -- Transact-SQL Performance Tuning -- Administrative Transact-SQL -- Full-Text Search -- OLE Automation -- Undocumented T-SQL. 
653 |a SQL (Langage de programmation) 
653 |a SQL (Computer program language) / fast 
653 |a SQL (Computer program language) / http://id.loc.gov/authorities/subjects/sh86006628 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
776 |z 0201615762 
776 |z 9780201615760 
856 4 0 |u https://learning.oreilly.com/library/view/~/0201615762/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.75/6 
520 |a The Guru's Guide to Transact-SQL is an indispensable reference for anyone working with this database development language. The accompanying CD-ROM includes the complete set of code examples found in the book as well as a SQL programming environment that will speed the development of your own top-notch Transact-SQL code 
520 |a Since its introduction over a decade ago, the Microsoft SQL Server query language, Transact-SQL, has become increasingly popular and more powerful. The current version sports such advanced features as OLE Automation support, cross-platform querying facilities, and full-text search management. This book is the consummate guide to Microsoft Transact-SQL. From data type nuances to complex statistical computations to the bevy of undocumented features in the language, The Guru's Guide to Transact-SQL imparts the knowledge you need to become a virtuoso of the language as quickly as possible. In this book, you will find the information, explanations, and advice you need to master Transact-SQL and develop the best possible Transact-SQL code. Some 600 code examples not only illustrate important concepts and best practices, but also provide working Transact-SQL code that can be incorporated into your own real-world DBMS applications.  
520 |a Your journey begins with an introduction explaining language fundamentals such as database and table creation, inserting and updating data, queries, joins, data presentation, and managing transactions.  
520 |a Moving on to more advanced topics, the journey continues with in-depth coverage of: Transact-SQL performance tuning using tools such as Query Analyzer and Performance Monitor Nuances of the various T-SQL data types Complex statistical calculations such as medians, modes, and sliding aggregates Run, sequence, and series identification and interrogation Advanced Data Definition Language (DDL) and Data Management Language (DML) techniques Stored procedure and trigger best practices and coding methods Transaction management Optimal cursor use and caveats to look out for Full-text search Hierarchies and arrays Administrative Transact-SQL OLE Automation More than 100 undocumented commands and language features, including numerous unpublished DBCC command verbs, trace flags, stored procedures, and functions Comprehensive, written in understandable terms, and full of practical information and examples,