• Complain

Peter A. Carter - Pro SQL Server 2019 Administration: A Guide for the Modern DBA

Here you can read online Peter A. Carter - Pro SQL Server 2019 Administration: A Guide for the Modern DBA full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2019, publisher: Apress, genre: Romance novel. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Peter A. Carter Pro SQL Server 2019 Administration: A Guide for the Modern DBA
  • Book:
    Pro SQL Server 2019 Administration: A Guide for the Modern DBA
  • Author:
  • Publisher:
    Apress
  • Genre:
  • Year:
    2019
  • Rating:
    5 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 100
    • 1
    • 2
    • 3
    • 4
    • 5

Pro SQL Server 2019 Administration: A Guide for the Modern DBA: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Pro SQL Server 2019 Administration: A Guide for the Modern DBA" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Use this comprehensive guide for the SQL Server DBA, covering all that practicing database administrators need to know to get their daily work done. Updated for SQL Server 2019, this edition includes coverage of new features such as Memory-optimized TempDB Metadata, and Always Encrypted with Secure Enclaves. Other new content includes coverage of Query Store, resumable index operations, installation on Linux, and containerized SQL. Pro SQL Server 2019 Administration takes DBAs on a journey that begins with planning their SQL Server deployment and runs through installing and configuring the instance, administering and optimizing database objects, and ensuring that data is secure and highly available. Finally, readers will learn how to perform advanced maintenance and tuning techniques. This book teaches you to make the most of new SQL Server 2019 functionality, including Data Discovery and Classification. The book promotes best-practice installation, shows how to configure for scalability and high workloads, and demonstrates the gamut of database-level maintenance tasks such as index maintenance, database consistency checks, and table optimizations. What You Will Learn Install and configure SQL Server on Windows through the GUI and with PowerShell Install and configure SQL Server on Linux and in Containers Optimize tables through in-memory OLTP, table partitioning, and the creation of indexes Secure and encrypt data to protect against embarrassing data breaches Ensure 24x7x365 access through high-availability and disaster recovery features Back up your data to ensure against loss, and recover data when needed Perform routine maintenance tasks such as database consistency checks Troubleshoot and solve performance problems in SQL queries and in the database engine Who This Book Is For SQL Server DBAs who manage on-premise installations of SQL Server. This book is also useful for DBAs who wish to learn advanced features such as Query Store, Extended Events, Distributed Replay, and Policy-Based Management, or those who need to install SQL Server in a variety of environments.

Peter A. Carter: author's other books


Who wrote Pro SQL Server 2019 Administration: A Guide for the Modern DBA? Find out the surname, the name of the author of the book and a list of all author's works by series.

Pro SQL Server 2019 Administration: A Guide for the Modern DBA — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Pro SQL Server 2019 Administration: A Guide for the Modern DBA" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Contents
Landmarks
Peter A Carter Pro SQL Server 2019 Administration A Guide for the Modern DBA - photo 1
Peter A. Carter
Pro SQL Server 2019 Administration
A Guide for the Modern DBA
2nd ed.
Peter A Carter SOUTHAMPTON UK Any source code or other supplementary - photo 2
Peter A. Carter
SOUTHAMPTON, UK

Any source code or other supplementary material referenced by the author in this book is available to readers on GitHub via the books product page, located at www.apress.com/9781484250884 . For more detailed information, please visit http://www.apress.com/source-code .

ISBN 978-1-4842-5088-4 e-ISBN 978-1-4842-5089-1
https://doi.org/10.1007/978-1-4842-5089-1
Peter A. Carter 2019
This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed.
Trademarked names, logos, and images may appear in this book. Rather than use a trademark symbol with every occurrence of a trademarked name, logo, or image we use the names, logos, and images only in an editorial fashion and to the benefit of the trademark owner, with no intention of infringement of the trademark. The use in this publication of trade names, trademarks, service marks, and similar terms, even if they are not identified as such, is not to be taken as an expression of opinion as to whether or not they are subject to proprietary rights.
While the advice and information in this book are believed to be true and accurate at the date of publication, neither the authors nor the editors nor the publisher can accept any legal responsibility for any errors or omissions that may be made. The publisher makes no warranty, express or implied, with respect to the material contained herein.
Distributed to the book trade worldwide by Springer Science+Business Media New York, 233 Spring Street, 6th Floor, New York, NY 10013. Phone 1-800-SPRINGER, fax (201) 348-4505, e-mail orders-ny@springer-sbm.com, or visit www.springeronline.com. Apress Media, LLC is a California LLC and the sole member (owner) is Springer Science + Business Media Finance Inc (SSBM Finance Inc). SSBM Finance Inc is a Delaware corporation.

This book is dedicated to Edward Carter.

Introduction

Pro SQL Server 2019 Administration is a book designed for DBAs who manage on-premise SQL Server estates. The book starts by covering the installation of SQL Server in both Windows and Linux environments. It also examines how to install and configure SQL Server in containers, which I believe to be the future of hosting many data-tier applications.

The book then moves on to discuss the configuration and maintenance aspects of managing SQL Server. This includes optimizing tables, creating indexes, and running data consistency checks. These are the core elements that every DBA should be familiar with.

Next, we will look at ensuring the security and resilience of SQL Server. This is an important topic, and we will dive into areas such as the SQL Server security model and encryption. We will then look at how to provide high availability and disaster recovery for your databases. This includes everything from taking backups (and restoring them) through to implementing complex AlwaysOn topologies.

Finally, this book will guide you through many of the performance troubleshooting and maintenance tasks that DBAs should understand. This ranges from understanding locking and performing traces with Extended Events through to utilizing some really great SQL Server features, such as the Query Store, Distributed Replay, and Policy-Based Management (PBM). We will also explore how to use metadata to automate maintenance routines and schedule these with SQL Server Agent.

When running code samples in this book, you should change the personalized aspect of the code, such as folder structures and file names, to match your own configuration.

Acknowledgments

I want to extend my gratitude to Chris Dent, a leading automation expert, specializing in PowerShell. He assisted me with enhancing the quality of PowerShell code used in some chapters of this book.

Table of Contents
Part I: Installation and Configuration
Part II: Database Administration
Part III: Security, Resilience, and Scaling Workloads
Part IV: Performance and Maintenance
About the Author and About the Technical Reviewer
About the Author
Peter A. Carter

is a SQL Server expert with over 15 years of experience in developing, administering, and architecting SQL Server platforms and data-tier applications. He was awarded an MCC by Microsoft in 2011 to sit alongside his array of MCTS, MCITP, MCSA, and MCSE certifications in SQL Server from version 2005 onward. Peter has written a number of books across a variety of SQL Server topics, including security, high availability, and automation.

About the Technical Reviewer
Ian Stirk

is a freelance SQL Server consultant based in London. In addition to his day job, he is an author, creator of software utilities, and technical reviewer who regularly writes book reviews for www.i-programmer.info .

He covers every aspect of SQL Server and has a specialist interest in performance and scalability. If you require help with your SQL Server systems, feel free to contact him at ian_stirk@yahoo.com or www.linkedin.com/in/ian-stirk-bb9a31 .

Ian would like to thank Peter Carter, Jonathan Gennick, and Jill Balzano for making this book experience easier for him.

None of us stands alone, and with this in mind, Ian would like to thank these special people: Mrs Neal, Miss Lister, Mrs Coulter, Mr Tucker, Mr Griffiths, Mr Holland, Mrs Ransom, Mrs Denis, Mr Fisher, Mr Ridley, Mrs Page, Mrs Chalmers, Mr Powell, Mr Cooper, Mrs Huller, Mr Jones, Mrs Amphlett, Mr Price, Mr Farmer, and Mr Galbraith.

Ians fee for his work on this book has been donated to: Train 50 women teachers in Uganda to educate 1000s ( www.globalgiving.org/projects/train50teachers/ ).

Part I Installation and Configuration
Peter A. Carter 2019
P. A. Carter Pro SQL Server 2019 Administration https://doi.org/10.1007/978-1-4842-5089-1_1
1. Planning the Deployment
Peter A. Carter
(1)
SOUTHAMPTON, UK

Planning a deployment of SQL Server 2019, in order to best support the businesss needs, can be a complicated task. You should make sure to consider many areas, including edition, licensing requirements, on-premises vs. cloud hosting, hardware considerations, software configuration, and even if Windows is the best platform. For example, if your new instance will be supporting a PHP web app, hosted on Linux, then maybe your instance should also be hosted on Linux? And all of this is before you even start to consider which features of SQL Server you may need to install to support the application.

This chapter will guide you through the key decisions that you should make when you are planning your deployment. You will also learn how to perform some essential operating system configurations, should you decide to host your instance on Windows Server. This chapter will also give you an overview of the top-level features that you can choose to install and discuss why selecting the appropriate features is important.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Pro SQL Server 2019 Administration: A Guide for the Modern DBA»

Look at similar books to Pro SQL Server 2019 Administration: A Guide for the Modern DBA. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Pro SQL Server 2019 Administration: A Guide for the Modern DBA»

Discussion, reviews of the book Pro SQL Server 2019 Administration: A Guide for the Modern DBA and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.