SQL Server on Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
314 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We have few Vulnerability assessment findings on SQL VM from Security Center for which there is no Remediation step and add to baseline is also disabled. When I am running that query on SQL Server for that specific database, I am not getting any result back. based on this I am considering everything is correct on that database but why it is showing under Vulnerability assessment as High Priority.
This is showing same as since last 3-4 days.
What do you get if you run this:
EXEC sp_change_users_login @Action='Report';
Are you sure you are running it in the correct database?
Are you using the most current version of the assessment tool?
Yes, I am running this on correct database and Assessment is running on Azure SQL VM using Azure Security Center.