Ben and Anthony show how SQL Server 2025 lets you connect to external AI models via REST calls—without needing Azure OpenAI or cloud dependencies.
What’s Inside:
- REST call integration using built-in T-SQL
- Example: sending prompts to external LLMs and parsing results
- JSON formatting and response handling directly in SQL
- Embedding the AI pipeline into stored procedures