Cargando…

Pro T-SQL programmer's guide /

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 exist...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Cebollero, Miguel (Autor), Coles, Michael, 1972- (Autor), Natarajan, Jay (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, CA] : Apress, [2015]
Edición:Fourth edition.
Colección:Expert's voice in SQL server.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn904338861
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu|||unuuu
008 150304s2015 cau o 001 0 eng d
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  |d LIV  |d OCLCQ  |d MERUC  |d ESU  |d OCLCQ  |d IOG  |d OCLCO  |d REB  |d U3W  |d UUM  |d CEF  |d DEHBZ  |d OCLCQ  |d OCLCO  |d OCLCQ  |d WYU  |d UKMGB  |d OCLCQ  |d UKAHL  |d OCLCQ  |d WURST  |d BRF  |d LVT  |d VT2  |d LEAUB  |d CNCEN  |d DCT  |d OCLCO  |d OCLCQ 
015 |a GBB8M4338  |2 bnb 
016 7 |a 019139818  |2 Uk 
019 |a 908098343  |a 908199796  |a 961695521  |a 972063110  |a 1105769028  |a 1192329855  |a 1204005046  |a 1240512867 
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 
024 8 |a 9781484201459 
029 1 |a AU@  |b 000056075058 
029 1 |a CHNEW  |b 000891118 
029 1 |a CHVBK  |b 37450038X 
029 1 |a DEBBG  |b BV042683179 
029 1 |a DEBBG  |b BV043619695 
029 1 |a DEBSZ  |b 446583847 
029 1 |a GBVCP  |b 835873463 
029 1 |a NLGGC  |b 391194755 
029 1 |a NZ1  |b 16078740 
029 1 |a UKMGB  |b 019139818 
029 1 |a AU@  |b 000067092625 
029 1 |a AU@  |b 000070620435 
035 |a (OCoLC)904338861  |z (OCoLC)908098343  |z (OCoLC)908199796  |z (OCoLC)961695521  |z (OCoLC)972063110  |z (OCoLC)1105769028  |z (OCoLC)1192329855  |z (OCoLC)1204005046  |z (OCoLC)1240512867 
037 |a CL0500000580  |b Safari Books Online 
050 4 |a QA76.73.S67  |b C65 2015 
072 7 |a COM  |x 084030  |2 bisacsh 
072 7 |a UN  |2 bicssc 
072 7 |a UMT  |2 bicssc 
082 0 4 |a 005.576  |2 22 
049 |a UAMI 
100 1 |a Cebollero, Miguel,  |e author. 
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] 
264 4 |c ©2015 
300 |a 1 online resource 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file  |b PDF  |2 rda 
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." 
542 |f Copyright © 2015 By Miguel Cebollero, Jay Natarajan and Michael Coles  |g 2015 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a SQL server. 
630 0 7 |a SQL server.  |2 fast  |0 (OCoLC)fst01376937 
650 0 |a SQL (Computer program language) 
650 0 |a Client/server computing. 
650 6 |a SQL (Langage de programmation) 
650 6 |a Architecture client-serveur (Informatique) 
650 7 |a Databases.  |2 bicssc 
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 
653 0 0 |a computerwetenschappen 
653 0 0 |a computer sciences 
653 0 0 |a databasebeheer 
653 0 0 |a database management 
653 1 0 |a Information and Communication Technology (General) 
653 1 0 |a Informatie- en communicatietechnologie (algemeen) 
700 1 |a Coles, Michael,  |d 1972-  |e author. 
700 1 |a Natarajan, Jay,  |e author. 
773 0 |t Springer eBooks 
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. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484201459/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29648485 
938 |a Books 24x7  |b B247  |n bks00082164 
938 |a Coutts Information Services  |b COUT  |n 31068761 
938 |a EBL - Ebook Library  |b EBLB  |n EBL1998660 
938 |a ebrary  |b EBRY  |n ebr11029277 
938 |a EBSCOhost  |b EBSC  |n 960698 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis31068761 
938 |a YBP Library Services  |b YANK  |n 12323644 
994 |a 92  |b IZTAP