AUTO-UPDATED

What is New in SQL Server 2025

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.

Why it Matters

These updates signal a major shift toward AI-augmented database administration, reducing the need for manual T-SQL coding for routine tasks. By integrating native vector support and external AI models, SQL Server 2025 positions itself as a central hub for modern, intelligent data applications.
Sqlservercentral.com Published by Daniel Calbimonte
Read original