Cargando…

Beginning T-SQL with Microsoft SQL Server 2005 and 2008 /

If you've not programmed with Transact-SQL, this book is for you. It begins with an overview of SQL Server query operations and tools used with T-SQL, and covers both the 2005 and 2008 releases of SQL Server query tools and the query editor. The book then moves to show you how to design and bui...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Turley, Paul, 1962-
Otros Autores: Norton, David, Wood, Dan, 1962-
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Indianapolis, Ind. : Wiley Pub., ©2009.
Colección:Wrox beginning guides.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocn646796210
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cn|||||||||
008 090410s2009 inua o 001 0 eng d
040 |a E7B  |b eng  |e pn  |c E7B  |d OCLCQ  |d YUS  |d TEFOD  |d IDEBK  |d CNCGM  |d OCLCQ  |d UMI  |d B24X7  |d OCLCQ  |d EBLCP  |d OCLCQ  |d YDXCP  |d DEBSZ  |d OCLCQ  |d MHW  |d OCLCF  |d OCLCQ  |d DKDLA  |d OCLCQ  |d UKDOC  |d TEFOD  |d OCLCQ  |d COO  |d OCLCQ  |d AZK  |d CNNOR  |d MOR  |d PIFAG  |d ZCU  |d LIV  |d OCLCQ  |d MERUC  |d OCLCQ  |d OCLCO  |d U3W  |d BRL  |d STF  |d WRM  |d CEF  |d NRAMU  |d ICG  |d INT  |d AU@  |d UAB  |d A6Q  |d DKC  |d OCLCQ  |d HS0  |d OCLCQ  |d VLY  |d UKAHL  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 324989605  |a 430496084  |a 656458718  |a 698473080  |a 741517536  |a 765143072  |a 815766886  |a 961565223  |a 962627323  |a 981103054  |a 988453668  |a 991912485  |a 1037533841  |a 1037904952  |a 1038634384  |a 1045492188  |a 1058170197  |a 1066152443  |a 1083605659  |a 1162407711 
020 |a 9780470440483  |q (electronic bk. ;  |q Adobe Digital Editions) 
020 |a 0470440481  |q (electronic bk. ;  |q Adobe Digital Editions) 
020 |a 0470257032  |q (pbk.) 
020 |a 9780470257036  |q (pbk.) 
020 |a 1282027972 
020 |a 9781282027978 
020 |a 9786612027970 
020 |a 6612027975 
020 |z 9780470257036 
024 8 |a 9786612027970 
029 1 |a AU@  |b 000053318365 
029 1 |a DEBBG  |b BV044134603 
029 1 |a DEBSZ  |b 368467821 
029 1 |a DEBSZ  |b 396246281 
029 1 |a NZ1  |b 13341096 
035 |a (OCoLC)646796210  |z (OCoLC)324989605  |z (OCoLC)430496084  |z (OCoLC)656458718  |z (OCoLC)698473080  |z (OCoLC)741517536  |z (OCoLC)765143072  |z (OCoLC)815766886  |z (OCoLC)961565223  |z (OCoLC)962627323  |z (OCoLC)981103054  |z (OCoLC)988453668  |z (OCoLC)991912485  |z (OCoLC)1037533841  |z (OCoLC)1037904952  |z (OCoLC)1038634384  |z (OCoLC)1045492188  |z (OCoLC)1058170197  |z (OCoLC)1066152443  |z (OCoLC)1083605659  |z (OCoLC)1162407711 
037 |b OverDrive, Inc.  |n http://www.overdrive.com 
037 |a BAE2A811-099A-478C-A633-9FE89D71819D  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.73.S67  |b T87 2009eb 
072 7 |a JF  |2 bicssc 
082 0 4 |a 005.75/65  |2 22 
049 |a UAMI 
100 1 |a Turley, Paul,  |d 1962- 
245 1 0 |a Beginning T-SQL with Microsoft SQL Server 2005 and 2008 /  |c Paul Turley and Dan Wood ; technical editor, David Norton. 
260 |a Indianapolis, Ind. :  |b Wiley Pub.,  |c ©2009. 
300 |a 1 online resource (xxiv, 647 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a data file 
490 1 |a Wrox beginning guides 
588 0 |a Print version record. 
520 |a If you've not programmed with Transact-SQL, this book is for you. It begins with an overview of SQL Server query operations and tools used with T-SQL, and covers both the 2005 and 2008 releases of SQL Server query tools and the query editor. The book then moves to show you how to design and build applications of increasing complexity. Other important tasks covered include full text indexing, optimizing query performance, and application design and security considerations. The companion website also provides all of the code examples from the book. 
505 0 |a Beginning T-SQL with Microsoft® SQL Server® 2005 and 2008; About the Authors; Credits; Acknowledgments; Contents; Introduction; Chapter 1: Introducing T-SQL and Data Management Systems; Chapter 2: SQL Server Fundamentals; Chapter 3: SQL Server Tools; Chapter 4: Introducing the T-SQL Language; Chapter 5: Data Retrieval; Chapter 6: SQL Functions; Chapter 7: Aggregation and Grouping; Chapter 8: Multi-Table Queries; Chapter 9: Advanced Queries and Scripting; Chapter 10: Transactions; Chapter 11: Advanced Capabilities; Chapter 12: T-SQL Programming Objects 
505 8 |a Chapter 13: Creating and Managing Database ObjectsChapter 14: Analyzing and Optimizing Query Performance; Chapter 15: T-SQL in Applications and Reporting; Appendix A: Command Syntax Reference; Appendix B: System Variables and Functions Reference; Appendix C: System Stored Procedure Reference; Appendix D: Information Schema Views Reference; Appendix E: FileStream Objects and Syntax; Appendix F: Answers to Exercises; Index 
546 |a English. 
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 blmlsh 
630 0 7 |a SQL server  |2 fast 
650 0 |a Client/server computing. 
650 0 |a Database management. 
650 0 |a SQL (Computer program language) 
650 6 |a Architecture client-serveur (Informatique) 
650 6 |a Bases de données  |x Gestion. 
650 6 |a SQL (Langage de programmation) 
650 7 |a Client/server computing  |2 fast 
650 7 |a Database management  |2 fast 
650 7 |a SQL (Computer program language)  |2 fast 
700 1 |a Norton, David. 
700 1 |a Wood, Dan,  |d 1962- 
776 0 8 |i Print version:  |a Turley, Paul, 1962-  |t Beginning T-SQL with Microsoft SQL Server 2005 and 2008.  |d Indianapolis, IN : Wiley Pub., ©2009  |z 9780470257036  |w (OCoLC)216937245 
830 0 |a Wrox beginning guides. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9780470257036/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
936 |a BATCHLOAD 
938 |a 123Library  |b 123L  |n 10250 
938 |a Askews and Holts Library Services  |b ASKH  |n AH13348074 
938 |a Books 24x7  |b B247  |n bks00027315 
938 |a ebrary  |b EBRY  |n ebr10275694 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n 202797 
938 |a YBP Library Services  |b YANK  |n 3012426 
994 |a 92  |b IZTAP