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