Описание: Continuous improvements in data analysis and cloud computing have allowed more opportunities to develop systems with user-focused designs. This not only leads to higher success in day-to-day usage, but it increases the overall probability of technology adoption.Advancing Cloud Database Systems and Capacity Planning with Dynamic Applications is a key resource on the latest innovations in cloud database systems and their impact on the daily lives of people in modern society. Highlighting multidisciplinary studies on information storage and retrieval, big data architectures, and artificial intelligence, this publication is an ideal reference source for academicians, researchers, scientists, advanced level students, technology developers and IT officials.
Автор: Carter Peter A. Название: Securing SQL Server: Dbas Defending the Database ISBN: 1484241606 ISBN-13(EAN): 9781484241608 Издательство: Springer Рейтинг: Цена: 9083.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание:
Protect your data from attack by using SQL Server technologies to implement a defense-in-depth strategy for your database enterprise. This new edition covers threat analysis, common attacks and countermeasures, and provides an introduction to compliance that is useful for meeting regulatory requirements such as the GDPR. The multi-layered approach in this book helps ensure that a single breach does not lead to loss or compromise of confidential, or business sensitive data.
Database professionals in today’s world deal increasingly with repeated data attacks against high-profile organizations and sensitive data. It is more important than ever to keep your company’s data secure. Securing SQL Server demonstrates how developers, administrators and architects can all play their part in the protection of their company’s SQL Server enterprise.
This book not only provides a comprehensive guide to implementing the security model in SQL Server, including coverage of technologies such as Always Encrypted, Dynamic Data Masking, and Row Level Security, but also looks at common forms of attack against databases, such as SQL Injection and backup theft, with clear, concise examples of how to implement countermeasures against these specific scenarios. Most importantly, this book gives practical advice and engaging examples of how to defend your data, and ultimately your job, against attack and compromise.
What You'll Learn
Perform threat analysisImplement access level control and data encryptionAvoid non-reputability by implementing comprehensive auditingUse security metadata to ensure your security policies are enforcedMitigate the risk of credentials being stolenPut countermeasures in place against common forms of attack
Who This Book Is For
Database administrators who need to understand and counteract the threat of attacks against their company’s data, and useful for SQL developers and architects
Автор: 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
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.
Автор: Guay Paz, Jose Rolando Название: Microsoft azure cosmos db revealed ISBN: 1484233506 ISBN-13(EAN): 9781484233504 Издательство: Springer Рейтинг: Цена: 6288.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Learn the main features of Azure Cosmos DB and how to use Microsoft’s multi-model database service as a data store for mission-critical applications. The clear examples help in writing your own applications to take advantage of Cosmos DB’s multi-model, globally distributed, elastic database. Simple step-by-step instructions show how to resolve common and uncommon scenarios involving Azure Cosmos DB, and scenarios such as delivering extremely low response times (in the order of milliseconds), and scaling rapidly and globally.
Microsoft Azure Cosmos DB Revealed demonstrates a multitude of possible implementations to get you started. This book guides you toward best practices to get the most out of Microsoft’s Cosmos DB service. Later chapters in the book cover advanced implementation features, helping you master important elements such as securing the database, querying, and using various APIs.
What You'll Learn
Set up a development environment to work with Azure Cosmos DBConfigure Azure Cosmos DB in a production environment with multi-region distributionQuery using all APIs, including SQL, JavaScript, MongoDB, and GraphWork with the Azure Cosmos DB.NET SDK in an application you builtAccess Cosmos DB from web applications created in .NET
Who This Book Is For
Developers who build applications to be hosted in Microsoft Azure, whether they use PaaS or IaaS. No previous knowledge of Azure Cosmos DB is assumed, but readers must be familiar with developing applications in Microsoft Visual Studio.
Описание: Know how to track changes and key events in your SQL Server databases in support of application troubleshooting, regulatory compliance, and governance. This book shows how to use key features in SQL Server ,such as SQL Server Audit and Extended Events, to track schema changes, permission changes, and changes to your data. You’ll even learn how to track queries run against specific tables in a database. Not all changes and events can be captured and tracked using SQL Server Audit and Extended Events, and the book goes beyond those features to also show what can be captured using common criteria compliance, change data capture, temporal tables, or querying the SQL Server log. You will learn how to audit just what you need to audit, and how to audit pretty much anything that happens on a SQL Server instance. This book will also help you set up cloud auditing with an emphasis on Azure SQL Database, Azure SQL Managed Instance, and AWS RDS SQL Server. You don’t need expensive, third-party auditing tools to make auditing work for you, and to demonstrate and provide value back to your business. This book will help you set up an auditing solution that works for you and your needs. It shows how to collect the audit data that you need, centralize that data for easy reporting, and generate audit reports using built-in SQL Server functionality for use by your own team, developers, and organization’s auditors. What You Will Learn * Understand why auditing is important for troubleshooting, compliance, and governance * Track changes and key events using SQL Server Audit and Extended Events * Track SQL Server configuration changes for governance and troubleshooting * Utilize change data capture and temporal tables to track data changes in SQL Server tables * Centralize auditing data from all your databases for easy querying and reporting * Configure auditing on Azure SQL, Azure SQL Managed Instance, and AWS RDS SQL Server Who This Book Is For Database administrators who need to know what’s changing on their database servers, and those who are making the changes; database-savvy DevOps engineers and developers who are charged with troubleshooting processes and applications; developers and administrators who are responsible for generating reports in support of regulatory compliance reporting and auditing
Описание: Updated to include coverage of the latest `DBPro` extension for database professionals this book is the only reference needed to get started with Visual Studio 2005 Team System. If you are a developer, you will learn how to write higher-quality code, and ensure that the code works and performs well.
Автор: Roberts, Rosie Название: Ongoing mobility trajectories ISBN: 9811331634 ISBN-13(EAN): 9789811331633 Издательство: Springer Рейтинг: Цена: 11878.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This book explores the complex category of the ‘skilled migrant,’ drawing on multi-sited narrative interviews with migrants who have all lived in Australia at some point in their lives (as an origin and/or destination). Developing the more nuanced concept of the ‘mobile settler’, it shows how becoming a skilled migrant is not just a political and economic determination of knowledge and human capital but a complex negotiation of contexts – immigration contexts, social locations, qualifications and skills, as well as personal ties. Belying the simple binaries of official visa categories, these diverse contexts of migrant experience are central to the ways migrants construct their personal histories and negotiate their shifting attachments to home and belonging over time and space. By highlighting how migrants imagine their own complex social, cultural, national, professional and linguistic identities and pathways, this book extends the agent-centred approaches to global mobility and transnationalism that have emerged in cultural studies and social and cultural geography in recent years, according greater recognition to the individualised, local and lived experiences of global migration and thus engaging more deeply with global concerns about increased mobility and the challenges it represents.
Автор: Lloyd Название: Infrastructure Leader`s Guide to Google Cloud ISBN: 148428819X ISBN-13(EAN): 9781484288191 Издательство: Springer Рейтинг: Цена: 6288.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: Making fast and accurate technology decisions is critical to staying relevant to your customers. And technology needs to add value back to your organization quicker than ever. Google Cloud offers IT leaders the answer to today’s technology challenges. However, to realize its benefits you must navigate your journey without hitting common pitfalls that lead to stalled and unsuccessful cloud adoption. This book distills the lessons learned from guiding and working with hundreds of organizations on their journey to the cloud. Its goal is to give aspiring and current IT leaders the knowledge required to be an infrastructure leader. That is the term author Jeremy Lloyd uses for the person who can lead your organization's Google Cloud adoption strategy. Of course, cloud adoption isn’t a solo endeavor. Jeremy covers the different generations of IT leaders, the team structure, and the skills required for a successful migration to Google Cloud. This book also covers why you should choose Google Cloud, how to build a business case for the cloud, and defining your adoption/migration/modernization strategies and cloud operating model. Finally, the book covers how to empower your developers to deploy cloud-native applications and how to support day two operations once you have moved to Google Cloud. What You Will Learn * Use Google Cloud to add value to your organization * Define and lead your Google Cloud adoption strategy * Migrate and modernize your workloads * Operate workloads once in Google Cloud and avoid antipatterns * Understand how the infrastructure team can be enablers for cloud-native development Who This Book Is For Current infrastructure/IT/technology leaders who need guidance for their Google Cloud adoption, migration, and modernization journey; IT managers, IT team leads and IT professionals aspiring to be the next IT leaders who must learn to navigate more than just technical complexity.
Автор: Radivojevic Milos, Sarka Dejan, Durkin William Название: Mastering SQL Server 2017 ISBN: 1838983201 ISBN-13(EAN): 9781838983208 Издательство: Неизвестно Рейтинг: Цена: 9194.00 р. Наличие на складе: Есть у поставщика Поставка под заказ.
Описание: This Learning Path is a step-by-step guide that covers everything you need to develop efficient data integration and data transformation solutions for your organization.
ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru