Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Query plan not working if using a specific role in connection string #180

Closed
Alberto-Ferrari opened this issue May 13, 2019 · 1 comment
Closed
Assignees
Labels

Comments

@Alberto-Ferrari
Copy link

When connecting to AS with an admin account, specifying the role in the connection string, query plan and server timings are not grayed out (as expected) but trying to enable them fires a "fatal error". Therefore, it is impossible to check low-level queries sent to SE for a specific role.
Same scenario works with SQL Server profiler.
It would be nice to have the feature available :)

@dgosbell
Copy link
Contributor

I just traced Profiler using Profiler and I it looks like it is actually stripping out the Roles=xxx property. I think we should be able to do the same thing fairly easily as we actually run the traces on a cloned copy of the connection for the current window.

@dgosbell dgosbell added the bug label May 13, 2019
@dgosbell dgosbell self-assigned this May 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants