Replication: For Those Who Dare!
2022TL; DR
Learn how SQL Server Replication can solve complex business problems on premise as well as in the cloud, or even hybrid environments.
Session Details
Are you tired of the requirements and limitations of Availability Group Readable Secondaries?
Is your company looking to move to the cloud, and you have a requirement to synchronize data from on premises database to the cloud for hybrid environments?
Have you considered using SQL Server Replication, but find it difficult to administer?
This full day training session will step through the inner workings of SQL Server Replication, starting with basic configuration and core components, then diving deeper into how the different agents function, the distribution database tables, and explaining how to prevent problems that stop replication in its tracks.
We will discuss how to configure replication subscribers on premises and in the cloud using Azure SQL Database or Managed Instances to offload read-only workloads without having to replicate the entire database. We will look at the tools natively available that allow you to fix problems and avoid a full reinitialization of the subscribers, how to rapidly deploy additional subscribers for scalable reads, and what is and is not possible with Replication in SQL Server. Come learn why this old technology is still capable of solving new business problems in both legacy and modern environments. .
3 things you'll get out of this session
Speakers
Jonathan Kehayias's previous sessions
Going Asynchronous with Service Broker
This session will explain the benefits of asynchronous processing in Service Broker compared to other options like SQL Agent jobs or SSIS packages, and how to implement the basic components required.
Deadlocking for Mere Mortals
This session will look at the most common deadlocks asked about on the forums, and how to troubleshoot them using the various methods available to DBA’s in SQL Server; including Trace Flags, SQL Trace, Event Notifications, and Extended Events.
Opening the SQL Server 2008 Toolbox - An Introduction to Extended Events
Extended Events offer a refreshing new way of troubleshooting problems with SQL Server 2008. This session will focus on how to create custom sessions using the available events, targets and actions available in the Extended Events metadata. It will cover how to use the default system_health session to perform initial troubleshooting, as well as how to use the Extended Events Manager to simplify creating Extended Event Sessions and accessing the information captured in the session targets.