Skip to content

Conversation

@jnahmias
Copy link

@jnahmias jnahmias commented Nov 7, 2025

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 #61

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MSSQL MCP DescribeTable tool only works with SQL Server 2017 (14.x) and later

1 participant