How to use SQL Server Profiler with an Azure SQL Server with AAD integrated security where AAD user is different from logged in desktop account?
Asked Answered
A

1

8

Scenario:

  1. User logged in to desktop using domain account
  2. User has an Azure account in AAD which is different from the domain account
  3. Azure SQL database with AAD authentication configured for the Azure account

How can user profile the SQL queries sent to the Azure SQL database using SQL Server Profiler?

Albric answered 22/9, 2020 at 22:27 Comment(2)
You should consider SQL Profiler to be a deprecated tool and start using Extended Events instead. That being said Microsoft does provide an SQL Profiler-like extension for Azure Data Studio that itself consumes Extended Events.Tuxedo
Sounds like an answer to me. Why not arrange your comment as an answer so I could credit you?Albric
R
13

Thanks for @AlwaysLearning's help:

"You should consider SQL Profiler to be a deprecated tool and start using Extended Events instead. That being said Microsoft does provide an SQL Profiler-like extension for Azure Data Studio that itself consumes Extended Events"

We're glad that that could be an answer for you.

I just help him post it and this can be beneficial to other community members. Thank @AlwaysLearning again!

Reticent answered 24/9, 2020 at 1:53 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.