SQL-AI-samples
SQL-AI-samples copied to clipboard
Samples using AI and Azure SQL DB
https://github.com/Azure-Samples/SQL-AI-samples/blob/main/AzureSQLACSSamples/src/AzureSQL_CogSearch_IntegratedVectorization.ipynb #PingMSFTDocs
[Import needed CogSearch functions"](https://github.com/Azure-Samples/SQL-AI-samples/blob/3b438dccc2aefa53faa974cedf916d0cf4e82d66/AzureSQLACSSamples/src/AzureSQL_CogSearch_IntegratedVectorization.ipynb#L592) This keeps on throwing error with message `ImportError: cannot import name 'QueryLanguage' from 'azure.search.documents.models'` Bit more details to be added to match perquisite in order to...
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...
Fix typo
This PR introduces the initial implementation of a Node JS application that acts as an MCP server for Microsoft SQL Server and Azure SQL Database. Key Features: - MCP Server...
Running the MCP server with Node >= v24.x results in the following error (this capture is with Node v25.2.0): ❯ node /Users/me/Repositories/Clones/Microsoft/SQL-AI-samples/MssqlMcp/Node/dist/index.js /Users/me/Repositories/Clones/Microsoft/SQL-AI-samples/MssqlMcp/Node/node_modules/buffer-equal-constant-time/index.js:37 var origSlowBufEqual = SlowBuffer.prototype.equal; ^ TypeError: Cannot...
## Problem The MSSQL MCP server intentionally sanitizes error messages for security, making it impossible for AI agents to debug SQL command failures. **Before:** ```json { "success": false, "message": "Failed...
Azure Functions just release Azure Functions MCP extension, and I believe this is an excellent opportunity to contribute to this samples.
The STRING_AGG() function was added in MSSQL 2017 (14.x). Change the Foreign Key query to use FOR XML PATH('') instead of STRING_AGG. This matches the other metadata catalog queries. Fixes...
**Description:** This pull request introduces support for SQL authentication using username and password. **Changes include:** • Added configuration options for SQL username and password. • Updated connection logic to support...