QuestionQ19
Implement AI capabilities in database solutionsYou have a Microsoft SQL Server 2025 instance with a managed identity enabled. You have a database containing a table named dbo.ManualChunks. dbo.ManualChunks contains product manuals.
A retrieval query already returns the five best-matching chunks as nvarchar(max) text. You need to invoke an Azure OpenAI REST endpoint for chat completions. The solution must deliver the highest level of security.
You write the following Transact-SQL code.

What should you add at line 02?
Community Discussion