February 17, 2018 at 7:23 am
Started a new role, have limited (read) rights to the server, I have asked for showplan rights but have been refused, my question is, does showplan rights give me something above and beyond showplan which would justify the refusal? Apologies if this is the wrong form for this question.
...
February 18, 2018 at 3:19 pm
They don't have a "dev" server?
--Jeff Moden
Change is inevitable... Change for the better is not.
February 18, 2018 at 10:42 pm
Nope, not even a suggestion of one!
...
February 19, 2018 at 3:24 am
it depends on the nature of the data.
If that data is to sensitive ( names / Social numbers / ... ) they could refuse the auth.
IMHO in all other cases they should at least provide access to the SQLPlans, even if not directly on the SQLInstance itself ! ( scheduled/ad-hoc export sqlplans : cfr https://www.scarydba.com/2017/02/13/export-plans-cache-sqlplan-file/ )
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
February 19, 2018 at 11:42 am
ALZDBA - Monday, February 19, 2018 3:24 AMit depends on the nature of the data.
If that data is to sensitive ( names / Social numbers / ... ) they could refuse the auth.
IMHO in all other cases they should at least provide access to the SQLPlans, even if not directly on the SQLInstance itself ! ( scheduled/ad-hoc export sqlplans : cfr https://www.scarydba.com/2017/02/13/export-plans-cache-sqlplan-file/ )
The data is non sensitive but I was not aware that showplan output could include data, do you have a link that explains what can be seen explicitly?
...
February 19, 2018 at 12:04 pm
HappyGeek - Monday, February 19, 2018 11:42 AMALZDBA - Monday, February 19, 2018 3:24 AMit depends on the nature of the data.
If that data is to sensitive ( names / Social numbers / ... ) they could refuse the auth.
IMHO in all other cases they should at least provide access to the SQLPlans, even if not directly on the SQLInstance itself ! ( scheduled/ad-hoc export sqlplans : cfr https://www.scarydba.com/2017/02/13/export-plans-cache-sqlplan-file/ )The data is non sensitive but I was not aware that showplan output could include data, do you have a link that explains what can be seen explicitly?
You can view the queries - that's what MS docs note in the Permissions for Showplan and the security implications. It's in the Important note at the beginning:
Permissions Required to Run SQL Server Profiler
Sue
February 20, 2018 at 12:30 am
HappyGeek - Monday, February 19, 2018 11:42 AMALZDBA - Monday, February 19, 2018 3:24 AMit depends on the nature of the data.
If that data is to sensitive ( names / Social numbers / ... ) they could refuse the auth.
IMHO in all other cases they should at least provide access to the SQLPlans, even if not directly on the SQLInstance itself ! ( scheduled/ad-hoc export sqlplans : cfr https://www.scarydba.com/2017/02/13/export-plans-cache-sqlplan-file/ )The data is non sensitive but I was not aware that showplan output could include data, do you have a link that explains what can be seen explicitly?
It does not contain the data if you mean like result set.
However, it does contain bind parameters ( and hose could actually reveal "sensitve" data, object names, .. )
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply