SQLpassion Live Trainings
SQL Server Query Tuning Fundamentals - Live Training on February 9, 2026
Do you want to take your SQL Server skills to the next level – especially when it comes to query tuning and performance optimization? Do execution plans feel confusing, overwhelming, or hard to interpret, even though you know they hold the key to better performance?
If your SQL Server queries are slow and you’re not sure why – or how to systematically fix them – this training shows you exactly how to analyze execution plans, identify performance bottlenecks, and apply proven tuning techniques with confidence.
In 1 day you will learn about:
- Data Access & Index Fundamentals
- Execution Plans Made Practical
- Core Query Operators
- Advanced Performance Pitfalls
SQL Server 2025 Unleashed: AI, Performance & Beyond on March 9, 2026
Microsoft has officially lifted the curtain on SQL Server 2025, and it’s shaping up to be one of the most significant releases in years. Rather than being just another incremental update, this version introduces transformative advancements in AI, analytics, performance, and high availability.
In this one-day online training, we’ll explore the key highlights of SQL Server 2025 and what they mean for developers and DBAs. You’ll come away with practical, real-world insights on how to leverage the new features in your daily work.
In 1 day you will learn about:
- AI & Vector Search
- Performance Improvements
- Intelligent Query Processing Enhancements
- TempDb Improvements
- High Availability & Disaster Recovery Improvements
PostgreSQL for the SQL Server Professional - Live Training on April 20 - 21, 2026
Are you a SQL Server professional looking to expand your expertise and unlock the full potential of PostgreSQL? My live training is specifically designed to bridge the gap, diving deep into the critical differences between PostgreSQL and SQL Server.
Learn how to adapt your SQL Server knowledge to PostgreSQL seamlessly, optimize performance, and leverage PostgreSQL’s unique features to enhance your database management skills. Join me to gain the confidence and insights needed to efficiently work with PostgreSQL in any environment!
In 2 days you will learn about:
- PostgreSQL Architecture
- PostgreSQL vs. SQL Server
- Working with Query Plans
- Data Access Methods & Indexes
- Multi Version Concurrency Control
- Write Ahead Logging
- High Availability & Disaster Recovery
Linux Fundamentals for the Windows Professional on May 18, 2026
Are you a Windows professional who is moving into Linux environments and wants to build a solid foundation without starting from scratch?
This live online training is designed specifically for people coming from Windows-based systems. It explains how Linux works in real-world production environments and highlights the key differences you need to understand when transitioning from Windows.
You will learn how to confidently navigate Linux systems, understand filesystem layouts, users and permissions, services, and logging, and develop a clear mental model of how Linux handles CPU, memory, and disk I/O.
In 1 day you will learn about:
- Understanding the Linux Mindset
- Linux Basics
- Users, Permissions, and Security
- Software Installation
- Performance Fundamentals
- Performance Troubleshooting
- Best Practices for Linux Systems
Database Infrastructure Automation with Terraform & Ansible on June 22 - 23, 2026
Are you a database or infrastructure professional who wants to automate the deployment of complete Windows and Linux environments – from infrastructure to fully configured database platforms?
This live online training is designed to show you how to build reproducible, enterprise-grade systems using Terraform and Ansible, covering both on-premises and cloud environments. You will learn how to provision infrastructure, automate operating system installations, and consistently deploy SQL Server and PostgreSQL – including high availability configurations.
In 2 days you will learn about:
- Infrastructure as Code (IaC)
- Terraform vs. Ansible
- VM Provisioning
- Automated OS Installations
- Ansible Fundamentals
- Automated Active Directory Setups
- Database Installation & Configuration
Mastering Memory Safety & Performance with Rust on June 25, 2026
Traditional programming languages give you speed and control – but at the cost of memory bugs, data races, and endless debugging. Rust changes the game with its revolutionary ownership system, compile-time safety guarantees, and fearless concurrency model.
In just one day, you’ll gain practical insights into how Rust eliminates entire classes of bugs at compile time, without sacrificing performance or control.
In 1 day you will learn about:
- Memory safety without a garbage collector
- Zero-cost abstractions with predictable performance
- Compile-time detection of data races and thread-safety issues
- Powerful tooling