Автор: Simmons, Ken Carstarphen, Sylvester Название: Pro sql server 2012 administration ISBN: 1430239158 ISBN-13(EAN): 9781430239154 Издательство: Springer Рейтинг: Цена: 49330.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Pro SQL Server 2012 Administration is a one-stop source for all the knowledge you`ll need to professionally manage a database under Microsoft SQL Server 2012.
Автор: McGiffen Название: Pro Encryption in SQL Server 2022 ISBN: 1484286634 ISBN-13(EAN): 9781484286630 Издательство: Springer Рейтинг: Цена: 55890.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This in-depth look at the encryption tools available in SQL Server shows you how to protect data by encrypting it at rest with Transparent Data Encryption (TDE) and in transit with Transport Level Security (TLS). You will know how to add the highest levels of protection for sensitive data using Always Encrypted to encrypt data also in memory and be protected even from users with the highest levels of access to the database. The book demonstrates actions you can take today to start protecting your data without changing any code in your applications, and the steps you can subsequently take to modify your applications to support implementing a gold standard in data protection. The book highlights work that Microsoft has been doing since 2016 to make encryption more accessible, by making TDE available in the standard edition, and the introduction of Always Encrypted that requires minimal work on your part to implement powerful and effective encryption, protecting your data and meeting regulatory requirements. The book teaches you how to work with the encryption technologies in SQL Server with the express goal of helping you understand those technologies on an intuitive level. You’ll come away with a deep level of understanding that allows you to answer questions and speak as an expert. The book’s aim is to make you as comfortable in deploying encryption in SQL Server as you would be in driving your car to buy groceries. Those with a data security mindset will appreciate the discussion of how each feature protects you and what it protects you from, as well as how to implement things in the most secure manner. Database administrators will appreciate the high level of detail around managing encryption over time and the effect of encryption on database performance. All readers will appreciate the advice on how to avoid common pitfalls, ensuring that your projects to implement encryption run smoothly. What You Will Learn * Architect an effective encryption strategy for new applications * Retrofit encryption into your existing applications * Encrypt data at rest, in memory, and in transit * Manage key and certificate life cycles, including backup and restore * Recover encrypted databases in case of server failure * Work with encryption in cloud-based scenarios Who This Book Is For Database developers, architects, and administrators who want to work with encryption in SQL Server; those who want to maintain encryption whether data is at rest or being transmitted over the network; and those who wish to encrypt their data even when in the server’s own memory. Readers should be familiar with SQL Server, but no existing knowledge of encryption is assumed.
Автор: LaRock Название: Pro SQL Server 2022 Wait Statistics ISBN: 1484287703 ISBN-13(EAN): 9781484287705 Издательство: Springer Рейтинг: Цена: 55890.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Use this practical guide to analyze and troubleshoot SQL Server performance using wait statistics. You'll learn to identify precisely why your queries are running slowly. And you'll know how to measure the amount of time consumed by each bottleneck so you can focus attention on making the largest improvements first. This edition is updated to cover analysis of wait statistics current with SQL Server 2022. Whether you are new to wait statistics, or already familiar with them, this book provides a deeper understanding on how wait statistics are generated and what they mean for your SQL Server instance’s performance. The book goes beyond the most common wait types into the more complex and performance-threatening wait types. You’ll learn about per-query wait statistics and session-based wait statistics, and the types of problems they can help you solve. The different wait types are categorized by their area of impact, including CPU, IO, Latching, Locking, and many more. Clear examples are included to help you gain practical knowledge of why and how specific wait times increase or decrease, how they impact your SQL Server’s performance, and what you can do to improve performance. After reading this book, you won’t want to be without the valuable information that wait statistics provide regarding where you should be spending your limited tuning time to maximize performance and value to your business. What You'll Learn * Understand how the SQL Server engine processes requests * Identify resource bottlenecks in a running SQL Server instance * Locate wait statistics information inside DMVs and Query Store * Analyze the root cause of sub-optimal performance * Diagnose I/O contention and locking contention * Benchmark SQL Server performance * Improve database performance by lowering overall wait time Who This Book Is For Database administrators who want to identify and resolve performance bottlenecks, those who want to learn more about how the SQL Server engine accesses and uses resources inside SQL Server, and administrators concerned with achieving—and knowing they have achieved—optimal performance
Автор: Ward Название: SQL Server 2022 Revealed ISBN: 1484288939 ISBN-13(EAN): 9781484288931 Издательство: Springer Рейтинг: Цена: 51230.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Know how to use the new capabilities and cloud integrations in SQL Server 2022. This book covers the many innovative integrations with the Azure Cloud that make SQL Server 2022 the most cloud-connected edition ever. The book covers cutting-edge features such as the blockchain-based Ledger for creating a tamper-evident record of changes to data over time that you can rely on to be correct and reliable. You'll learn about built-in Query Intelligence capabilities to help you to upgrade with confidence that your applications will perform at least as fast after the upgrade than before. In fact, you'll probably see an increase in performance from the upgrade, with no code changes needed. Also covered are innovations such as contained availability groups and data virtualization with S3 object storage. New cloud integrations covered in this book include Microsoft Azure Purview and the use of Azure SQL for high availability and disaster recovery. The book covers Azure Synapse Link with its built-in capabilities to take changes and put them into Synapse automatically. Anyone building their career around SQL Server will want this book for the valuable information it provides on building SQL skills from edge to the cloud. What You Will Learn * Know how to use all of the new capabilities and cloud integrations in SQL Server 2022 * Connect to Azure for disaster recovery, near real-time analytics, and security * Leverage the Ledger to create a tamper-evident record of data changes over time * Upgrade from prior releases and achieve faster and more consistent performance with no code changes * Access data and storage in different and new formats, such as Parquet and S3, without moving the data and using your existing T-SQL skills * Explore new application scenarios using innovations with T-SQL in areas such as JSON and time series Who This Book Is For SQL Server professionals who want to upgrade their skills to the latest edition of SQL Server; those wishing to take advantage of new integrations with Microsoft Azure Purview (governance), Azure Synapse (analytics), and Azure SQL (HA and DR); and those in need of the increased performance and security offered by Query Intelligence and the new Ledger
Автор: Fritchey Название: SQL Server 2022 Query Performance Tuning ISBN: 1484288904 ISBN-13(EAN): 9781484288900 Издательство: Springer Рейтинг: Цена: 60550.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Troubleshoot slow-performing queries and make them run faster. Database administrators and SQL developers are constantly under pressure to provide more speed. This new edition has been redesigned and rewritten from scratch based on the last 15 years of learning, knowledge, and experience accumulated by the author. The book Includes expanded information on using extended events, automatic execution plan correction, and other advanced features now available in SQL Server. These modern features are covered while still providing the necessary fundamentals to better understand how statistics and indexes affect query performance. The book gives you knowledge and tools to help you identify poorly performing queries and understand the possible causes of that poor performance. The book also provides mechanisms for resolving the issues identified, whether on-premises, in containers, or on cloud platform providers. You’ll learn about key fundamentals, such as statistics, data distribution, cardinality, and parameter sniffing. You’ll learn to analyze and design your indexes and your queries using best practices that ward off performance problems before they occur. You’ll also learn to use important modern features, such as Query Store to manage and control execution plans, the automated performance tuning feature set, and memory-optimized OLTP tables and procedures. You will be able to troubleshoot in a systematic way. Query tuning doesn’t have to be difficult. This book helps you to make it much easier. What You Will Learn * Use Query Store to understand and easily change query performance * Recognize and eliminate bottlenecks leading to slow performance * Tune queries whether on-premises, in containers, or on cloud platform providers * Implement best practices in T-SQL to minimize performance risk * Design in the performance that you need through careful query and index design * Understand how built-in, automatic tuning can assist your performance enhancement efforts * Protect query performance during upgrades to the newer versions of SQL Server Who This Book Is For Developers and database administrators with responsibility for query performance in SQL Server environments, and anyone responsible for writing or creating T-SQL queries and in need of insight into bottlenecks (including how to identify them, understand them, and eliminate them)
Автор: Pollack Название: Expert Performance Indexing in Azure SQL and SQL Server 2022 ISBN: 1484292146 ISBN-13(EAN): 9781484292143 Издательство: Springer Рейтинг: Цена: 60550.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Take a deep dive into perhaps the single most important facet of query performance—indexes—and how to best use them. Newly updated for SQL Server 2022 and Azure SQL, this fourth edition includes new guidance and features related to columnstore indexes, improved and consolidated content on Query Store, deeper content around Intelligent Query Processing, and other updates to help you optimize query execution and make performance improvements to even the most challenging workloads. The book begins with explanations of the types of indexes and how they are stored in a database. Moving further into the book, you will learn how statistics are critical for optimal index usage and how the Index Advisor can assist in reviewing and optimizing index health. This book helps you build a clear understanding of how indexes work, how to implement and use them, and the many options available to tame even the most large and complex workloads. What You Will Learn * Properly index row store, columnstore, and memory-optimized tables * Make use of Intelligent Query Processing for faster query results * Review statistics to understand indexing choices made by the optimizer * Apply indexing strategies such as covering indexes, included columns, and index intersections * Recognize and remove unnecessary indexes * Design effective indexes for full-text, spatial, and XML data types Who This Book Is For Azure SQL and SQL Server administrators and developers who are ready to improve the performance of their database environment by thoughtfully building indexes to speed up queries that matter the most and make a difference to the business
Автор: Paddock, Rod Goff, Kevin S. Название: Pro vs 2005 reporting using sql server and crystal reports ISBN: 1590596889 ISBN-13(EAN): 9781590596883 Издательство: Springer Рейтинг: Цена: 43390.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Creating clear and comprehensive reporting functionality is one of the most important, and most misunderstood, tasks that developers do in professional life. This book shows how to use Visual Studio 2005 and complementary technologies, such as Crystal Reports, to quickly and simply create fast, flexible reporting for applications of any size.
Автор: Mazumdar Название: Pro SQL Server on Microsoft Azure ISBN: 148422082X ISBN-13(EAN): 9781484220825 Издательство: Springer Рейтинг: Цена: 32600.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Learn the basics of Microsoft Azure and see how SQL Server on Azure VMs (Infrastructure-as-a-Service) and Azure SQL Databases (Platform-as-a-Service) work. This concise book shows you how to deploy, operate, and maintain your data using any one or a combination of these offerings along with your on-premise environment. Pro SQL Server on Microsoft Azure is a quintessential book for any IT professional who is planning to host their data on Microsoft Azure. This book will not only equip you with the tips, tricks, and tools to manage SQL Server offerings on Azure, but will also help you in deciding between PaaS, IaaS, or hybrid.In the ever-changing world of operations, IT administrators and SQL Server DBAs often find that the biggest challenges occur once they’ve deployed to the cloud. This is precisely why Pro SQL Server on Microsoft Azure was written; it will help you master today’s cloud world. What You'll LearnUnderstand the Microsoft Azure IaaS architectureWork with Azure Storage and Networking Deploy SQL Server on Azure VMs using best practicesApply effective security principles to SQL Azure DatabasesMeasure and optimize the performance of SQL Server offerings on AzureImplement Business continuity and disaster recovery options with Azure SQL DatabasesWho This Book Is For
This book is for IT admins and SQL Server DBAs who are managing or would be managing SQL Server deployments on Microsoft Azure.v>
Автор: Shyam K. Jayanty Satya Название: Microsoft SQL Server 2008 R2 Administration Cookbook ISBN: 1849681449 ISBN-13(EAN): 9781849681445 Издательство: Неизвестно Рейтинг: Цена: 74780.00 T Наличие на складе: Есть у поставщика Поставка под заказ.
Автор: Simmons K Название: Pro SQLl Server 2008 Administration ISBN: 1430223731 ISBN-13(EAN): 9781430223733 Издательство: Springer Рейтинг: Цена: 40050.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: The flagship text of its SQL Server line for database administrators, this is Apress`s first book on SQL Server database administration, and is the core around which the rest of the series will be constructed. It is aimed at beginner and intermediate levels.
Автор: Dave Shea Название: Real World SQL Server Administration with Perl ISBN: 159059097X ISBN-13(EAN): 9781590590973 Издательство: Springer Рейтинг: Цена: 47510.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: For for both Windows programmers and open source aficionados, practical, real-world tested scripts are taken from actual production environments. The book provides over 150 ready-to-use and easy-to-customize Perl scripts for administrating SQL Servers.
Автор: Ellis Gethyn Название: Getting Started with SQL Server 2014 Administration ISBN: 1782172416 ISBN-13(EAN): 9781782172413 Издательство: Неизвестно Рейтинг: Цена: 35550.00 T Наличие на складе: Есть у поставщика Поставка под заказ.
Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2) ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz