Pro T-SQL programmer's guide /

Saved in:
Bibliographic Details
Author / Creator:Cebollero, Miguel, author.
Uniform title:Pro T-SQL 2005 programmer's guide
Edition:Fourth edition.
Imprint:[Berkeley, CA] : Apress, [2015]
Description:1 online resource.
Language:English
Series:The expert's voice in SQL server
Expert's voice in SQL server.
Subject:
Format: E-Resource Book
URL for this record:http://pi.lib.uchicago.edu/1001/cat/bib/11092203
Hidden Bibliographic Details
Other authors / contributors:Coles, Michael, 1972- author.
Natarajan, Jay, author.
ISBN:9781484201459
1484201450
1484201469
9781484201466
9781484201466
Notes:Includes index.
Online resource; title from PDF title page (EBSCO, viewed March 9, 2015).
Summary:Pro T?SQL Programmer?s Guide is your guide to making the best use of the powerful, Transact-SQL programming language that is built into Microsoft SQL Server's database engine. This edition is updated to cover the new, in-memory features that are part of SQL Server 2014. Discussing new and existing features, the book takes you on an expert guided tour of Transact?SQL functionality. Fully functioning examples and downloadable source code bring technically accurate and engaging treatment of Transact?SQL into your own hands. Step?by?step explanations ensure clarity, and an advocacy of best?practices will steer you down the road to success. Transact?SQL 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. Support for in-memory stored procedures running queries against in-memory tables is new in the language and gets coverage in this edition. Also covered are must-know features such as window functions and data paging that help in writing fast-performing database queries. Developers and DBAs alike can benefit from the expressive power of T-SQL, and Pro T-SQL Programmer's Guide is your roadmap to success in applying this increasingly important database language to everyday business and technical tasks. Covers the newly-introduced, in-memory database features Shares the best practices used by experienced professionals Goes deeply into the subject matter? an advanced book for the serious reader.
Other form:Print version: Cebollero, Miguel. Pro T-SQL programmer's guide. [Berkeley, CA : Apress, [2015] 9781484201466
Standard no.:10.1007/978-1-4842-0145-9

MARC

LEADER 00000cam a2200000Ii 4500
001 11092203
005 20170630044940.9
006 m o d
007 cr cnu|||unuuu
008 150304s2015 cau o 001 0 eng d
003 ICU
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d N$T  |d GW5XE  |d E7B  |d IDEBK  |d COO  |d UMI  |d YDXCP  |d B24X7  |d DEBBG  |d OCLCF  |d EBLCP  |d CDX  |d IAD  |d OCLCQ  |d IAS  |d IAO  |d JBG  |d SOI  |d ILO  |d ICN  |d UAB  |d Z5A 
019 |a 908098343  |a 908199796  |a 961695521 
020 |a 9781484201459  |q (electronic bk.) 
020 |a 1484201450  |q (electronic bk.) 
020 |a 1484201469  |q (print) 
020 |a 9781484201466  |q (print) 
020 |z 9781484201466 
024 7 |a 10.1007/978-1-4842-0145-9  |2 doi 
035 |a (OCoLC)904338861  |z (OCoLC)908098343  |z (OCoLC)908199796  |z (OCoLC)961695521 
037 |a CL0500000580  |b Safari Books Online 
050 4 |a QA76.73.S67  |b C65 2015 
072 7 |a COM  |x 084030  |2 bisacsh 
049 |a MAIN 
100 1 |a Cebollero, Miguel,  |e author.  |0 http://id.loc.gov/authorities/names/n2015046976  |1 http://viaf.org/viaf/316790241 
240 1 0 |a Pro T-SQL 2005 programmer's guide 
245 1 0 |a Pro T-SQL programmer's guide /  |c Miguel Cebollero, Michael Coles, and Jay Natarajan. 
250 |a Fourth edition. 
264 1 |a [Berkeley, CA] :  |b Apress,  |c [2015] 
300 |a 1 online resource. 
336 |a text  |b txt  |2 rdacontent  |0 http://id.loc.gov/vocabulary/contentTypes/txt 
337 |a computer  |b c  |2 rdamedia  |0 http://id.loc.gov/vocabulary/mediaTypes/c 
338 |a online resource  |b cr  |2 rdacarrier  |0 http://id.loc.gov/vocabulary/carriers/cr 
490 1 |a The expert's voice in SQL server 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed March 9, 2015). 
500 |a Includes index. 
520 |a Pro T?SQL Programmer?s Guide is your guide to making the best use of the powerful, Transact-SQL programming language that is built into Microsoft SQL Server's database engine. This edition is updated to cover the new, in-memory features that are part of SQL Server 2014. Discussing new and existing features, the book takes you on an expert guided tour of Transact?SQL functionality. Fully functioning examples and downloadable source code bring technically accurate and engaging treatment of Transact?SQL into your own hands. Step?by?step explanations ensure clarity, and an advocacy of best?practices will steer you down the road to success. Transact?SQL 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. Support for in-memory stored procedures running queries against in-memory tables is new in the language and gets coverage in this edition. Also covered are must-know features such as window functions and data paging that help in writing fast-performing database queries. Developers and DBAs alike can benefit from the expressive power of T-SQL, and Pro T-SQL Programmer's Guide is your roadmap to success in applying this increasingly important database language to everyday business and technical tasks. Covers the newly-introduced, in-memory database features Shares the best practices used by experienced professionals Goes deeply into the subject matter? an advanced book for the serious reader. 
505 0 |a At a Glance; Introduction; Chapter 1: Foundations of T-SQL; A Short History of T-SQL; Imperative vs. Declarative Languages; SQL Basics; Statements; Databases; Transaction Logs; Schemas; Tables; Views; Indexes; Stored Procedures; User-Defined Functions; SQL CLR Assemblies; Elements of Style; Whitespace; Naming Conventions; One Entry, One Exit; Defensive Coding; The SELECT * Statement; Variable Initialization; Summary; Chapter 2: Tools of the Trade; SQL Server Management Studio; IntelliSense; Code Snippets; Keyboard Shortcut Schemes; T-SQL Debugging; SSMS Editing Options. 
505 8 |a Context-Sensitive HelpGraphical Query Execution Plans; Project-Management Features; The Object Explorer; The SQLCMD Utility; SQL Server Data Tools; SQL Profiler; Extended Events; SQL Server Integration Services; The Bulk Copy Program; SQL Server 2014 Books Online; The AdventureWorks Sample Database; Summary; Chapter 3: Procedural Code; Three-Valued Logic; Control-of-Flow Statements; The BEGIN and END Keywords; The IF ... ELSE Statement; The WHILE, BREAK, and CONTINUE Statements; The GOTO Statement; The WAITFOR Statement; The RETURN Statement; The CASE Expression; The Simple CASE Expression. 
505 8 |a The Searched CASE ExpressionCASE and Pivot Tables; The IIF Statement; CHOOSE; COALESCE and NULLIF; Cursors; Summary; Chapter 4: User-Defined Functions; Scalar Functions; Recursion in Scalar User-Defined Functions; Procedural Code in User-Defined Functions; Multistatement Table-Valued Functions; Inline Table-Valued Functions; Restrictions on User-Defined Functions; Nondeterministic Functions; State of the Database; Summary; Chapter 5: Stored Procedures; Introducing Stored Procedures; Metadata Discovery; Natively Compiled Stored Procedures; Managing Stored Procedures. 
505 8 |a Stored Procedures Best PracticesStored Procedure Example; Recursion in Stored Procedures; Table-Valued Parameters; Temporary Stored Procedures; Recompilation and Caching; Stored Procedure Statistics; Parameter Sniffing; Recompilation; Summary; Chapter 6: In-Memory Programming; The Drivers for In-Memory Technology; Hardware Trends; Getting Started with In-Memory Objects; Step 1: Add a New Memory-Optimized Data FILEGROUP; Step 2: Add a New Memory-Optimized Container; Step 3: Create Your New Memory-Optimized Table; Limitations on Memory-Optimized Tables; In-Memory OLTP Table Indexes. 
505 8 |a Hash IndexesRange Indexes; Natively Compiled Stored Procedures; Chapter 7: Triggers; DML Triggers; Multiple Triggers; When to Use DML Triggers; Inserted and Deleted Virtual Tables; Auditing with DML Triggers; Using Change Data Capture Instead; Sharing Data with Triggers; Nested and Recursive Triggers; The UPDATE() and COLUMNS_UPDATED() Functions; Triggers on Views; DDL Triggers; DDL Event Types and Event Groups; Logon Triggers; Summary; Chapter 8: Encryption; The Encryption Hierarchy; Service Master Keys; Database Master Keys; Certificates; Asymmetric Keys; Asymmetric Key "Backups." 
630 0 0 |a SQL server.  |0 http://id.loc.gov/authorities/names/n90684343 
630 0 7 |a SQL server.  |2 fast  |0 http://id.worldcat.org/fast/01376937 
650 0 |a SQL (Computer program language)  |0 http://id.loc.gov/authorities/subjects/sh86006628 
650 0 |a Client/server computing.  |0 http://id.loc.gov/authorities/subjects/sh93000502 
650 4 |a SQL (Computer program language) 
650 7 |a COMPUTERS  |x Desktop Applications  |x Suites.  |2 bisacsh 
650 7 |a Client/server computing.  |2 fast  |0 (OCoLC)fst00864205 
650 7 |a SQL (Computer program language)  |2 fast  |0 (OCoLC)fst01102869 
655 4 |a Electronic books. 
700 1 |a Coles, Michael,  |d 1972-  |e author.  |0 http://id.loc.gov/authorities/names/no2010004407  |1 http://viaf.org/viaf/106861548 
700 1 |a Natarajan, Jay,  |e author.  |0 http://id.loc.gov/authorities/names/no2013017841  |1 http://viaf.org/viaf/296149171 
776 0 8 |i Print version:  |a Cebollero, Miguel.  |t Pro T-SQL programmer's guide.  |d [Berkeley, CA : Apress, [2015]  |z 9781484201466 
830 0 |a Expert's voice in SQL server.  |0 http://id.loc.gov/authorities/names/no2006006450 
856 4 0 |u http://link.springer.com/10.1007/978-1-4842-0145-9  |y SpringerLink 
903 |a HeVa 
929 |a eresource 
999 f f |i 07c3c02c-49cc-5d60-aa04-123c04ceb1e2  |s a3e9e367-2c69-53f9-9729-89236b9104ff 
928 |t Library of Congress classification  |a QA76.73.S67 C65 2015  |l Online  |c UC-FullText  |u http://link.springer.com/10.1007/978-1-4842-0145-9  |z SpringerLink  |g ebooks  |i 9905859