This skill equips Claude with specialized knowledge to design, optimize, and maintain high-performance SQL Server environments. It covers essential patterns including parameterized query security, set-based operations for performance, advanced indexing strategies, and robust transaction handling. Whether you are migrating from PostgreSQL, debugging slow stored procedures, or designing schemas for Azure SQL Database, this skill ensures your database code follows industry-standard best practices for scalability, security, and maintainability.
주요 기능
010 GitHub stars
02Secure parameterized query and dynamic SQL patterns to prevent injection
03Set-based operation conversion to replace inefficient cursor-based logic
04Advanced transaction management and isolation level configurations
05Comprehensive indexing strategies including covering and filtered indexes
06Performance tuning scripts for index fragmentation and missing index detection