Apress - Accelerated SQL Server 2008 (2008)01
Số trang: 40
Loại file: pdf
Dung lượng: 825.29 KB
Lượt xem: 11
Lượt tải: 0
Xem trước 4 trang đầu tiên của tài liệu này:
Thông tin tài liệu:
Apress - Accelerated SQL Server 2008 (2008) 01
Nội dung trích xuất từ tài liệu:
Apress - Accelerated SQL Server 2008 (2008)01The eXperT’s Voice ® in sQl serVerAcceleratedSQL Server2008 Explore the key values and features that make SQL Server 2008 a true enterprise data platform.Robert E. WaltersMichael Coles, Fabio Ferracchiati,Robert Rae, and Donald FarmerAccelerated SQLServer 2008Robert E. Walters, Michael Coles, Robert Rae,Fabio Ferracchiati, and Donald FarmerAccelerated SQL Server 2008Copyright © 2008 by Robert WaltersAll rights reserved. No part of this work may be reproduced or transmitted in any form or by any means,electronic or mechanical, including photocopying, recording, or by any information storage or retrievalsystem, without the prior written permission of the copyright owner and the publisher.ISBN-13 (pbk): 978-1-59059-969-3ISBN-10 (pbk): 1-59059-969-1ISBN-13 (electronic): 978-1-4302-0606-4ISBN-10 (electronic): 1-4302-0606-3Printed and bound in the United States of America 9 8 7 6 5 4 3 2 1Trademarked names may appear in this book. Rather than use a trademark symbol with every occurrenceof a trademarked name, we use the names only in an editorial fashion and to the benefit of the trademarkowner, with no intention of infringement of the trademark.Lead Editor: Jonathan GennickTechnical Reviewer: Fabio FerracchiatiEditorial Board: Clay Andres, Steve Anglin, Ewan Buckingham, Tony Campbell, Gary Cornell, Jonathan Gennick, Kevin Goff, Matthew Moodie, Joseph Ottinger, Jeffrey Pepper, Frank Pohlmann, Ben Renow- Clarke, Dominic Shakeshaft, Matt Wade, Tom WelshProject Manager: Denise Santoro LincolnCopy Editor: Marilyn SmithAssociate Production Director: Kari Brooks-CoponyProduction Editor: Ellie FountainCompositor and Artist: Kinetic Publishing Services, LLCProofreader: April EddyIndexer: Broccoli Information ManagementCover Designer: Kurt KramesManufacturing Director: Tom DebolskiDistributed to the book trade worldwide by Springer-Verlag New York, Inc., 233 Spring Street, 6th Floor,New York, NY 10013. Phone 1-800-SPRINGER, fax 201-348-4505, e-mail orders-ny@springer-sbm.com, orvisit http://www.springeronline.com.For information on translations, please contact Apress directly at 2855 Telegraph Avenue, Suite 600, Berkeley,CA 94705. Phone 510-549-5930, fax 510-549-5939, e-mail info@apress.com, or visit http://www.apress.com.Apress and friends of ED books may be purchased in bulk for academic, corporate, or promotional use.eBook versions and licenses are also available for most titles. For more information, reference our SpecialBulk Sales–eBook Licensing web page at http://www.apress.com/info/bulksales.The information in this book is distributed on an “as is” basis, without warranty. Although every precautionhas been taken in the preparation of this work, neither the author(s) nor Apress shall have any liability toany person or entity with respect to any loss or damage caused or alleged to be caused directly or indirectlyby the information contained in this work.This book is dedicated to Jim Gray, whose early work with SQL Server paved the way for the enterprise-ready data platform it is today. Contents at a Glance About the Authors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xxi Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xxiii Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xxv PART 1 ■■■ Overview of SQL Server ■CHAPTER 1 SQL Server 2008 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 ■CHAPTER 2 SQL Server Installation and Configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 PART 2 ■■■ Enterprise Data Platform ■CHAPTER 3 Policy Management . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 ■CHAPTER 4 High Availability. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 ■CHAPTER 5 Performance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81 ■CHAPTER 6 Security . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 109 ■CHAPTER 7 SQL Server Encryption . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 141 ■CHAPTER 8 Automation and Monitoring . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 165 ■CHAPTER 9 Service Broker . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 221 ■CHAPTER 10 Integrated Full-Text Search . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 263 PART 3 ■■■ Development in SQL Server ■CHAPTER 11 New Datatypes in SQL Server 2008 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 287 ■CHAPTER 12 T-SQL Enhancements for Developers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 315 ■CHAPTER 13 T-SQL Enhancements for DBAs. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 367 ■CHAPTER 14 .NET ...
Nội dung trích xuất từ tài liệu:
Apress - Accelerated SQL Server 2008 (2008)01The eXperT’s Voice ® in sQl serVerAcceleratedSQL Server2008 Explore the key values and features that make SQL Server 2008 a true enterprise data platform.Robert E. WaltersMichael Coles, Fabio Ferracchiati,Robert Rae, and Donald FarmerAccelerated SQLServer 2008Robert E. Walters, Michael Coles, Robert Rae,Fabio Ferracchiati, and Donald FarmerAccelerated SQL Server 2008Copyright © 2008 by Robert WaltersAll rights reserved. No part of this work may be reproduced or transmitted in any form or by any means,electronic or mechanical, including photocopying, recording, or by any information storage or retrievalsystem, without the prior written permission of the copyright owner and the publisher.ISBN-13 (pbk): 978-1-59059-969-3ISBN-10 (pbk): 1-59059-969-1ISBN-13 (electronic): 978-1-4302-0606-4ISBN-10 (electronic): 1-4302-0606-3Printed and bound in the United States of America 9 8 7 6 5 4 3 2 1Trademarked names may appear in this book. Rather than use a trademark symbol with every occurrenceof a trademarked name, we use the names only in an editorial fashion and to the benefit of the trademarkowner, with no intention of infringement of the trademark.Lead Editor: Jonathan GennickTechnical Reviewer: Fabio FerracchiatiEditorial Board: Clay Andres, Steve Anglin, Ewan Buckingham, Tony Campbell, Gary Cornell, Jonathan Gennick, Kevin Goff, Matthew Moodie, Joseph Ottinger, Jeffrey Pepper, Frank Pohlmann, Ben Renow- Clarke, Dominic Shakeshaft, Matt Wade, Tom WelshProject Manager: Denise Santoro LincolnCopy Editor: Marilyn SmithAssociate Production Director: Kari Brooks-CoponyProduction Editor: Ellie FountainCompositor and Artist: Kinetic Publishing Services, LLCProofreader: April EddyIndexer: Broccoli Information ManagementCover Designer: Kurt KramesManufacturing Director: Tom DebolskiDistributed to the book trade worldwide by Springer-Verlag New York, Inc., 233 Spring Street, 6th Floor,New York, NY 10013. Phone 1-800-SPRINGER, fax 201-348-4505, e-mail orders-ny@springer-sbm.com, orvisit http://www.springeronline.com.For information on translations, please contact Apress directly at 2855 Telegraph Avenue, Suite 600, Berkeley,CA 94705. Phone 510-549-5930, fax 510-549-5939, e-mail info@apress.com, or visit http://www.apress.com.Apress and friends of ED books may be purchased in bulk for academic, corporate, or promotional use.eBook versions and licenses are also available for most titles. For more information, reference our SpecialBulk Sales–eBook Licensing web page at http://www.apress.com/info/bulksales.The information in this book is distributed on an “as is” basis, without warranty. Although every precautionhas been taken in the preparation of this work, neither the author(s) nor Apress shall have any liability toany person or entity with respect to any loss or damage caused or alleged to be caused directly or indirectlyby the information contained in this work.This book is dedicated to Jim Gray, whose early work with SQL Server paved the way for the enterprise-ready data platform it is today. Contents at a Glance About the Authors . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xxi Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xxiii Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . xxv PART 1 ■■■ Overview of SQL Server ■CHAPTER 1 SQL Server 2008 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 ■CHAPTER 2 SQL Server Installation and Configuration . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9 PART 2 ■■■ Enterprise Data Platform ■CHAPTER 3 Policy Management . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 ■CHAPTER 4 High Availability. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47 ■CHAPTER 5 Performance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 81 ■CHAPTER 6 Security . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 109 ■CHAPTER 7 SQL Server Encryption . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 141 ■CHAPTER 8 Automation and Monitoring . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 165 ■CHAPTER 9 Service Broker . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 221 ■CHAPTER 10 Integrated Full-Text Search . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 263 PART 3 ■■■ Development in SQL Server ■CHAPTER 11 New Datatypes in SQL Server 2008 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 287 ■CHAPTER 12 T-SQL Enhancements for Developers . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 315 ■CHAPTER 13 T-SQL Enhancements for DBAs. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 367 ■CHAPTER 14 .NET ...
Tìm kiếm theo từ khóa liên quan:
Cơ sở dữ liệu Quản trị mạng Hệ điều hành Công nghệ thông tin Tin họcGợi ý tài liệu liên quan:
-
Giáo trình Lý thuyết hệ điều hành: Phần 1 - Nguyễn Kim Tuấn
110 trang 450 0 0 -
52 trang 426 1 0
-
62 trang 401 3 0
-
Đề thi kết thúc học phần học kì 2 môn Cơ sở dữ liệu năm 2019-2020 có đáp án - Trường ĐH Đồng Tháp
5 trang 376 6 0 -
24 trang 351 1 0
-
Top 10 mẹo 'đơn giản nhưng hữu ích' trong nhiếp ảnh
11 trang 309 0 0 -
74 trang 293 0 0
-
Giáo trình Cơ sở dữ liệu: Phần 2 - TS. Nguyễn Hoàng Sơn
158 trang 289 0 0 -
13 trang 289 0 0
-
96 trang 288 0 0