SQL Server 2025 introduces advanced AI-driven features, including native vector search, GitHub Copilot integration for natural language querying, and a dedicated JSON data type for improved database management.
Key Points
- GitHub Copilot integration in SSMS allows users to generate indexes, check database size, and retrieve information using natural language.
- New semantic search capabilities utilize vector representations to identify contextual similarities beyond simple keyword matching.
- A native JSON data type is now available for storing and managing JSON documents directly within database tables.
- External model support enables connectivity to Azure OpenAI, OpenAI, and Ollama for data classification and summarization tasks.
- New fuzzy string matching functions, such as EDIT_DISTANCE, allow for advanced text comparison and similarity scoring.
- The Model Context Protocol (MCP) facilitates secure interaction between AI agents and SQL Server data via REST or GraphQL APIs.