Building a SQL Server Version and Patch Inventory with AI
Use AI to build a fleet-wide SQL Server version inventory parsing build numbers and flagging missing CUs.
AI-Powered Backup Status Audit Across Your Fleet
Generate a comprehensive backup audit script with AI checking RPO violations, missing backups, and recovery model mismatches.
Diagnosing Parameter Sniffing with AI
Use AI to analyze execution plan XML, identify sniffed values, and evaluate RECOMPILE, OPTIMIZE FOR, and PSP optimization.
Eliminating Cursors with AI-Generated Set-Based Alternatives
Feed a cursor-based procedure to AI and get a set-based rewrite with honest advice about when cursors are still right.
Writing Window Functions with an AI Partner
AI agents write complex window functions faster than you can look up the frame clause syntax.
Converting Implicit Joins to ANSI Syntax with AI
Use an AI agent to convert legacy implicit joins to ANSI JOIN syntax safely.