Here are all the actual test exam dumps for IT exams. Most people prepare for the actual exams with our test dumps to pass their exams. So it's critical to choose and actual test pdf to succeed.

Exam DP-800 Topic 2 Question 74 Discussion

Actual exam question for Microsoft's DP-800 exam
Question #: 74
Topic #: 2
Your development team uses Microsoft Visual Studio Code with the MSSQL extension and the GitHub Copilot Chat extension.
The team connects to an Azure SQL database by using individual database logins and uses the
@mssql chat participant to generate and run Transact-SQL queries from prompts.
What is used to ensure that GitHub Copilot Chat-generated queries run in the context of the developer?

Suggested Answer: A Vote an answer

To ensure that GitHub Copilot Chat-generated queries run in the context of a specific developer when using the @mssql chat participant, SQL Permissions must be used.
Why SQL Permissions are the Key
When the @mssql extension executes a query generated by Copilot, it uses the active connection currently established in VS Code. Because your team uses individual database logins, the execution context is governed by the following:
Authentication: The developer logs in with their specific credentials.
Authorization: The SQL Server engine checks the SQL Permissions (GRANT/DENY/REVOKE) assigned to that specific database user.
Execution: Any T-SQL command sent by the Copilot chat participant is limited by what that specific login is allowed to do (e.g., SELECT, UPDATE, or DROP).
Reference:
https://learn.microsoft.com/en-us/sql/tools/visual-studio-code-extensions/github-copilot/limitations- and-known-issues

by Taylor at Jul 12, 2026, 09:40 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.