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

sp_BlitzCache could detect queries using dirty reads (kind of) and warn if they conflict with iso levels #35

Closed
LitKnd opened this issue Aug 14, 2014 · 1 comment

Comments

@LitKnd
Copy link

LitKnd commented Aug 14, 2014

sp_BlitzCache could look for NOLOCK hints or SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED in procedure text.

This isn't perfect because the nolock hints could be hidden in views, or the app could be setting the iso level in a statement (not a proc). But hey, it's something!

Extra points for detecting if RCSI / Snapshot are enabled in a user database and this might be underminding that setting.

@peschkaj
Copy link
Contributor

This issue was moved to BrentOzarULTD/sp_BlitzCache#9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants