Cargando…

Microsoft SQL Server 2005 performance optimization and tuning handbook /

Database professionals will find that this new edition aids in mastering the latest version of Microsofts SQL Server. Developers and database administrators (DBAs) use SQL on a daily basis in application development and the subsequent problem solving and fine tuning. Answers to SQL issues can be qui...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: England, Ken, 1955-
Otros Autores: Powell, Gavin
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Boston, Mass. ; Oxford : Digital, 2007.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocn162130064
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cn|||||||||
008 070802s2007 maua o 000 0 eng d
040 |a OPELS  |b eng  |e pn  |c OPELS  |d OCLCG  |d OCLCQ  |d DKDLA  |d E7B  |d UMI  |d DEBSZ  |d OCLCQ  |d YDXCP  |d OCLCQ  |d OCLCF  |d OCLCQ  |d COO  |d OCLCQ  |d D6H  |d UAB  |d OCLCQ  |d CEF  |d LEAUB  |d UKBTH  |d OCLCO  |d OCLCQ  |d KSU  |d OCLCQ  |d OCLCO 
019 |a 488133602  |a 648331259  |a 824971544 
020 |a 9781555583194 
020 |a 1555583199 
020 |a 9780080554082 
020 |a 0080554083 
029 1 |a AU@  |b 000050492294 
029 1 |a AU@  |b 000067074535 
029 1 |a CHBIS  |b 005829009 
029 1 |a CHNEW  |b 001005526 
029 1 |a CHVBK  |b 168367580 
029 1 |a DEBBG  |b BV039828821 
029 1 |a DEBBG  |b BV041119960 
029 1 |a DEBBG  |b BV042314148 
029 1 |a DEBSZ  |b 367749998 
029 1 |a DEBSZ  |b 396678483 
029 1 |a NZ1  |b 11778171 
029 1 |a NZ1  |b 15189202 
035 |a (OCoLC)162130064  |z (OCoLC)488133602  |z (OCoLC)648331259  |z (OCoLC)824971544 
037 |a 105419:105447  |b Elsevier Science & Technology  |n http://www.sciencedirect.com 
050 4 |a QA76.9.C55  |b E635 2007eb 
082 0 4 |a 005.7565  |2 22 
049 |a UAMI 
100 1 |a England, Ken,  |d 1955- 
245 1 0 |a Microsoft SQL Server 2005 performance optimization and tuning handbook /  |c Ken England and Gavin J.T. Powell. 
260 |a Boston, Mass. ;  |a Oxford :  |b Digital,  |c 2007. 
300 |a 1 online resource (xvi, 499 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 
520 |a Database professionals will find that this new edition aids in mastering the latest version of Microsofts SQL Server. Developers and database administrators (DBAs) use SQL on a daily basis in application development and the subsequent problem solving and fine tuning. Answers to SQL issues can be quickly located helping the DBA or developer optimize and tune a database to maximum efficiency. Basic questions are easily located on the topics of filtering, sorting, operators, conditionals, pseudo columns, single row functions, joins, grouping functions, sub queries, composite queries, hierarchies, flashback queries, parallel queries, expressions and regular expressions. Assistance on DML, data types (including collections), XML, DDL for basic database objects such as tales, views and indexes, partitioning, and security is also considered. * Identifies the most common issues DBAs face day to day for easy reference *Provides DBAs with solutions actually used by the authors in enterprise environments to resolve common and specialized problems to optimization issues. * Addresses issues that have been introduced by new features which can add more control but reduce performance. 
588 0 |a Print version record. 
505 0 |a Front Cover; Microsoft® SQL ServerTM 2005 Performance Optimization and Tuning Handbook; Copyright Page; Contents; Introduction; Chapter 1. Performance and SQL Server 2005; 1.1 Partitioning tables and indexes; 1.2 Building indexes online; 1.3 Transact SQL improvements; 1.4 Adding the .NET Framework; 1.5 Trace and replay objects; 1.6 Monitoring resource consumption with SQL OS; 1.7 Establishing baseline metrics; 1.8 Start using the GUI tools; 1.9 Availability and scalability; 1.10 Other useful stuff; 1.11 Where to begin?; Chapter 2. Logical Database Design for Performance 
505 8 |a 2.1 Introducing logical database design for performance2.2 Commercial normalization techniques; 2.3 Denormalization for performance; 2.4 Extreme denormalization in data warehouses; Chapter 3. Physical Database Design; 3.1 Introducing physical database design; 3.2 Data volume analysis; 3.3 Transaction analysis; 3.4 Hardware environment considerations; Chapter 4. SQL Server Storage Structures; 4.1 Databases and files; 4.2 Creating databases; 4.3 Increasing the size of a database; 4.4 Decreasing the size of a database; 4.5 Modifying filegroup properties; 4.6 Setting database options 
505 8 |a 4.7 Displaying information about databases4.8 System tables used in database configuration; 4.9 Units of storage; 4.10 Database pages; 4.11 Looking into database pages; 4.12 Pages for space management; 4.13 Partitioning tables into physical chunks; 4.14 The BankingDB database; Chapter 5. Indexing; 5.1 Data retrieval with no indexes; 5.2 Clustered indexes; 5.3 Non-clustered indexes; 5.4 Online indexes; 5.5 The more exotic indexing forms; 5.6 The role of indexes in insertion and deletion; 5.7 A note with regard to updates; 5.8 So how do you create indexes?; 5.9 Dropping and renaming indexes 
505 8 |a 5.10 Displaying information about indexes5.11 Creating indexes on views; 5.12 Creating indexes with computed columns; 5.13 Using indexes to retrieve data; 5.14 Choosing indexes; Chapter 6. Basic Query Tuning; 6.1 The SELECT statement; 6.2 Using functions; 6.3 Comparison conditions; 6.4 Joins; 6.5 Using subqueries for efficiency; 6.6 Specialized metadata objects; 6.7 Procedures in Transact SQL; Chapter 7. What Is Query Optimization?; 7.1 When is a query optimized?; 7.2 The steps in query optimization; 7.3 Query analysis; 7.4 Index selection; 7.5 Join order selection 
505 8 |a 7.6 How joins are processedChapter 8. Investigating and Influencing the Optimizer; 8.1 Text-based query plans and statistics; 8.2 Query plans in Management Studio; 8.3 Hinting to the optimizer; 8.4 Stored procedures and the query optimizer; 8.5 Non-stored procedure plans; 8.6 The syscacheobjects system table; Chapter 9. SQL Server and Windows; 9.1 SQL Server and CPU; 9.2 SQL Server and memory; 9.3 SQL Server and disk I/O; Chapter 10. Transactions and Locking; 10.1 Why a locking protocol?; 10.2 The SQL Server locking protocol; 10.3 SQL Server locking in action 
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 Relational databases. 
650 6 |a Architecture client-serveur (Informatique) 
650 6 |a Bases de données relationnelles. 
650 7 |a Client/server computing  |2 fast 
650 7 |a Relational databases  |2 fast 
700 1 |a Powell, Gavin. 
776 0 8 |i Print version:  |a England, Ken, 1955-  |t Microsoft SQL Server 2005 performance optimization and tuning handbook.  |d Boston, Mass. ; Oxford : Digital, 2007  |z 9781555583194  |z 1555583199  |w (OCoLC)137222382 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781555583194/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a ebrary  |b EBRY  |n ebr10206056 
938 |a YBP Library Services  |b YANK  |n 2737779 
994 |a 92  |b IZTAP