SQL Server 2025 and SqlPackage 170.2.70 (October 2025) - Vector databases, AI integration, and latest features
View on GitHubJosiahSiegel/claude-plugin-marketplace
ssdt-master
January 20, 2026
Select agents to install to:
npx add-skill https://github.com/JosiahSiegel/claude-plugin-marketplace/blob/main/plugins/ssdt-master/skills/sql-server-2025/SKILL.md -a claude-code --skill sql-server-2025Installation paths:
.claude/skills/sql-server-2025/## ๐จ CRITICAL GUIDELINES ### Windows File Path Requirements **MANDATORY: Always Use Backslashes on Windows for File Paths** When using Edit or Write tools on Windows, you MUST use backslashes (`\`) in file paths, NOT forward slashes (`/`). **Examples:** - โ WRONG: `D:/repos/project/file.tsx` - โ CORRECT: `D:\repos\project\file.tsx` This applies to: - Edit tool file_path parameter - Write tool file_path parameter - All file operations on Windows systems ### Documentation Guidelines **NEVER create new documentation files unless explicitly requested by the user.** - **Priority**: Update existing README.md files rather than creating new documentation - **Repository cleanliness**: Keep repository root clean - only README.md unless user requests otherwise - **Style**: Documentation should be concise, direct, and professional - avoid AI-generated tone - **User preference**: Only create additional .md files when user specifically asks for documentation --- # SQL Server 2025 & SqlPackage 170.2.70 Support ## Overview **SQL Server 2025** is the enterprise AI-ready database with native vector database capabilities, built-in AI model integration, and semantic search from ground to cloud. **SqlPackage 170.2.70** (October 14, 2025) - Latest production release with full SQL Server 2025 support, data virtualization, and parquet file enhancements. ## SqlPackage 170.x Series (2025 Releases) ### Latest Version: 170.2.70 (October 14, 2025) Three major 2025 releases: - **170.2.70** - October 14, 2025 (Current) - **170.1.61** - July 30, 2025 (Data virtualization) - **170.0.94** - April 15, 2025 (SQL Server 2025 initial support) ### Key 2025 Features **Data Virtualization (170.1.61+)**: - Support for Azure SQL Database data virtualization objects - Import/export/extract/publish operations for external data sources - Parquet file support for Azure SQL Database with Azure Blob Storage - Automatic fallback to BCP for CLR types and LOBs > 1MB **New Data Types**: - **VECTO