Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Pro Encryption in SQL Server 2022, McGiffen


Варианты приобретения
Цена: 8384.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: McGiffen
Название:  Pro Encryption in SQL Server 2022
ISBN: 9781484286630
Издательство: Springer
Классификация:



ISBN-10: 1484286634
Обложка/Формат: Soft cover
Страницы: 351
Вес: 0.71 кг.
Дата издания: 02.12.2022
Язык: English
Издание: 1st ed.
Иллюстрации: 104 illustrations, black and white; xxiv, 351 p. 104 illus.
Размер: 254 x 178
Читательская аудитория: Professional & vocational
Основная тема: Computer Science
Подзаголовок: Provide the highest level of protection for your data
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: 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.
Дополнительное описание: Introduction.- Part I. Understanding the Landscape.- 1. Purpose of Encryption and Available Tools.- Part II. Transparent Data Encryption (TDE).- 2. Introducing Transparent Data Encryption.- 3. Setting Up TDE.- 4. Managing TDE.- 5. Backup Encryption.- Part



Applied Cryptography in .NET and Azure Key Vault

Автор: Stephen Haunts
Название: Applied Cryptography in .NET and Azure Key Vault
ISBN: 1484243749 ISBN-13(EAN): 9781484243749
Издательство: Springer
Рейтинг:
Цена: 4890.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Benefit from Microsoft's robust suite of security and cryptography primitives to create a complete, hybrid encryption scheme that will protect your data against breaches. This highly practical book teaches you how to use the .NET encryption APIs and Azure Key Vault, and how they can work together to produce a robust security solution.
Applied Cryptography in .NET and Azure Key Vault begins with an introduction to the dangers of data breaches and the basics of cryptography. It then takes you through important cryptographic techniques and practices, from hashing and symmetric/asymmetric encryption, to key storage mechanisms. By the end of the book, you’ll know how to combine these cryptographic primitives into a hybrid encryption scheme that you can use in your applications.
Author Stephen Haunts brings 25 years of software development and security experience to the table to give you the concrete skills, knowledge, and code you need to implement the latest encryption standards in your own projects.
What You'll Learn
Get an introduction to the principles of encryptionUnderstand the main cryptographic protocols in use today, including AES, DES, 3DES, RSA, SHAx hashing, HMACs, and digital signaturesCombine cryptographic techniques to create a hybrid cryptographic scheme, with the benefits of confidentiality, integrity, authentication, and non-repudiationUse Microsoft's Azure Key Vault to securely store encryption keys and secretsBuild real-world code to use in your own projects
Who This Book Is For
Software developers with experience in .NET and C#. No prior knowledge of encryption and cryptographic principles is assumed.
Pro SQL Server 2022 Administration

Автор: Carter
Название: Pro SQL Server 2022 Administration
ISBN: 1484288637 ISBN-13(EAN): 9781484288634
Издательство: Springer
Рейтинг:
Цена: 10480.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Get your daily work done efficiently using this comprehensive guide for SQL Server DBAs that covers all that a practicing database administrator needs to know. Updated for SQL Server 2022, this edition includes coverage of new features, such as Ledger, which provides an immutable record of table history to protect you against malicious data tampering, and integration with cloud providers to support hybrid cloud scenarios. You’ll also find new content on performance optimizations, such as query pan feedback, and security controls, such as new database roles, which are restructured for modern ways of working. Coverage also includes Query Store, installation on Linux, and the use of containerized SQL. Pro SQL Server 2022 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. Readers will learn how to perform advanced maintenance and tuning techniques, and discover SQL Server's hybrid cloud functionality. This book teaches you how to make the most of new SQL Server 2022 functionality, including integration for hybrid cloud scenarios. The book promotes best-practice installation, shows how to configure for scalability and high availability, and demonstrates the gamut of database-level maintenance tasks, such as index maintenance, database consistency checks, and table optimizations. What You Will Learn * Integrate SQL Server with Azure for hybrid cloud scenarios * Audit changes and prevent malicious data changes with SQL Server’s Ledger * Secure and encrypt data to protect against embarrassing data breaches * Ensure 24 x 7 x 365 access through high availability and disaster recovery features in today’s hybrid world * Use Azure tooling, including Arc, to gain insight into and manage your SQL Server enterprise * Install and configure SQL Server on Windows, Linux, and in containers * Perform routine maintenance tasks, such as backups and database consistency checks * Optimize performance and undertake troubleshooting 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 integration with Azure, Query Store, Extended Events, and Policy-Based Management, or those who need to install SQL Server in a variety of environments.

Pro SQL Server 2022 Wait Statistics

Автор: LaRock
Название: Pro SQL Server 2022 Wait Statistics
ISBN: 1484287703 ISBN-13(EAN): 9781484287705
Издательство: Springer
Рейтинг:
Цена: 8384.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: 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

Expert Performance Indexing in Azure SQL and SQL Server 2022

Автор: Pollack
Название: Expert Performance Indexing in Azure SQL and SQL Server 2022
ISBN: 1484292146 ISBN-13(EAN): 9781484292143
Издательство: Springer
Рейтинг:
Цена: 9083.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: 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

SQL Server 2022 Revealed

Автор: Ward
Название: SQL Server 2022 Revealed
ISBN: 1484288939 ISBN-13(EAN): 9781484288931
Издательство: Springer
Рейтинг:
Цена: 7685.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: 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

SQL Server 2022 Query Performance Tuning

Автор: Fritchey
Название: SQL Server 2022 Query Performance Tuning
ISBN: 1484288904 ISBN-13(EAN): 9781484288900
Издательство: Springer
Рейтинг:
Цена: 9083.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: 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)

Murach`s sql server 2022 for developers

Автор: Syverson, Bryan
Название: Murach`s sql server 2022 for developers
ISBN: 1943873062 ISBN-13(EAN): 9781943873067
Издательство: Неизвестно
Рейтинг:
Цена: 10466.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Pro vs 2005 reporting using sql server and crystal reports

Автор: Paddock, Rod Goff, Kevin S.
Название: Pro vs 2005 reporting using sql server and crystal reports
ISBN: 1590596889 ISBN-13(EAN): 9781590596883
Издательство: Springer
Рейтинг:
Цена: 6508.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: 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.

Pro sql server 2012 administration

Автор: Simmons, Ken Carstarphen, Sylvester
Название: Pro sql server 2012 administration
ISBN: 1430239158 ISBN-13(EAN): 9781430239154
Издательство: Springer
Рейтинг:
Цена: 7400.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: 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.

Pro SQL Server Relational Database Design and Implementation: Best Practices for Scalability and Performance

Автор: Davidson Louis
Название: Pro SQL Server Relational Database Design and Implementation: Best Practices for Scalability and Performance
ISBN: 1484264967 ISBN-13(EAN): 9781484264966
Издательство: Springer
Цена: 10480.00 р.
Наличие на складе: Поставка под заказ.

Описание:

1. The Fundamentals

2. Introduction to Requirements

3. The Language of Data Modeling

4. Conceptual and Logical Data Model Production

5. Normalization
6. Physical Model Case Study

7. Physical Model Implementation

8. Data Protection Patterns with Check Constraints and Triggers

9. Patterns and Anti-Patterns

10. Database Security and Security Patterns

11. Data Structures, Indexes, and Their Applications

12. Matters of Concurrency

13. Coding Architecture

14. Appendix A: Scalar Datatype Reference.

Pro SQL Server 2005 High Availability

Автор: Allan Hirt
Название: Pro SQL Server 2005 High Availability
ISBN: 159059780X ISBN-13(EAN): 9781590597804
Издательство: Springer
Рейтинг:
Цена: 11358.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book comprehensively covers the technology, the people, the process, and the real-world best practices for planning, deploying, administering, and maintaining highly available SQL Server 2005 instances.

Pro SQL Server Internals

Автор: Korotkevitch
Название: Pro SQL Server Internals
ISBN: 1484219635 ISBN-13(EAN): 9781484219638
Издательство: Springer
Рейтинг:
Цена: 7685.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

Improve your ability to develop, manage, and troubleshoot SQL Server solutions by learning how different components work “under the hood,” and how they communicate with each other. The detailed knowledge helps in implementing and maintaining high-throughput databases critical to your business and its customers. You’ll learn how to identify the root cause of each problem and understand how different design and implementation decisions affect performance of your systems.New in this second edition is coverage of SQL Server 2016 Internals, including In-Memory OLTP, columnstore enhancements, Operational Analytics support, Query Store, JSON, temporal tables, stretch databases, security features, and other improvements in the new SQL Server version. The knowledge also can be applied to Microsoft Azure SQL Databases that share the same code with SQL Server 2016. Pro SQL Server Internals is a book for developers and database administrators, and it covers multiple SQL Server versions starting with SQL Server 2005 and going all the way up to the recently released SQL Server 2016. The book provides a solid road map for understanding the depth and power of the SQL Server database server and teaches how to get the most from the platform and keep your databases running at the level needed to support your business. The book: • Provides detailed knowledge of new SQL Server 2016 features and enhancements • Includes revamped coverage of columnstore indexes and In-Memory OLTP • Covers indexing and transaction strategies • Shows how various database objects and technologies are implemented internally, and when they should or should not be used • Demonstrates how SQL Server executes queries and works with data and transaction log
What You Will LearnDesign and develop database solutions with SQL Server.Troubleshoot design, concurrency, and performance issues.Choose the right database objects and technologies for the job.Reduce costs and improve availability and manageability.Design disaster recovery and high-availability strategies.Improve performance of OLTP and data warehouse systems through in-memory OLTP and Columnstore indexes.Who This Book Is ForDevelopers and database administrators who want to design, develop, and maintain systems in a way that gets the most from SQL Server. This book is an excellent choice for people who prefer to understand and fix the root cause of a problem rather than applying a 'band aid' to it.

ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия