Warning: Constant WP_TEMP_DIR already defined in /var/www/html/blogs/joe/wp-config.php on line 93

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/blogs/joe/wp-config.php:93) in /var/www/html/blogs/joe/wp-includes/feed-rss2-comments.php on line 8
Comments on: Tracking isolation level https://www.sqlskills.com/blogs/joe/tracking-isolation-level/ SQL Server Performance Tuning, High Availability and Disaster Recovery Blog Mon, 14 Jan 2013 13:43:27 +0000 hourly 1 https://wordpress.org/?v=6.9.4 By: Joseph Sack https://www.sqlskills.com/blogs/joe/tracking-isolation-level/#comment-813 Mon, 14 Jan 2013 13:43:27 +0000 /blogs/joe/post/Tracking-isolation-level.aspx#comment-813 Thanks Ponnu!

Yes – those DMVs can be misleading. However if I see them coming in with a more restrictive isolation level, it is still noteworthy.

]]>
By: Ponnu https://www.sqlskills.com/blogs/joe/tracking-isolation-level/#comment-797 Sun, 13 Jan 2013 21:58:55 +0000 /blogs/joe/post/Tracking-isolation-level.aspx#comment-797 Hi Joe,
That means the DMVs sys.dm_exec_sessions or sys.dm_exec_requests are misleading about current isolation level for session/spid. It is very good point to check with DBCC USEROPTIONS.
Great post.
Thanks
Ponnu

]]>