<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlblog.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Did You Know? Query Options Setting in SSMS</title><link>http://sqlblog.com/blogs/kalen_delaney/archive/2011/10/19/query-options-setting-in-ssms.aspx</link><description>Hi folks I’m back from an amazing week at PASS and an awesome reception for SQL Server MVP Deep Dives Volume 2. I’m starting to plan and write my next book on SQL Server 2012 Internals so blogging will kept to a minimum, not that I’ve had a lot of time</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>re: Did You Know? Query Options Setting in SSMS</title><link>http://sqlblog.com/blogs/kalen_delaney/archive/2011/10/19/query-options-setting-in-ssms.aspx#39253</link><pubDate>Thu, 20 Oct 2011 16:54:53 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:39253</guid><dc:creator>Mike Lawell</dc:creator><description>&lt;p&gt;That's a great question...but snapshot isolation is set at the database level, how would SSMS handle the snapshot default if the database didn't have snapshot isolation &amp;quot;turned on&amp;quot;?&lt;/p&gt;
&lt;p&gt;It almost requires a separate check box that says use snapshot when allowed. &lt;/p&gt;
</description></item><item><title>re: Did You Know? Query Options Setting in SSMS</title><link>http://sqlblog.com/blogs/kalen_delaney/archive/2011/10/19/query-options-setting-in-ssms.aspx#39255</link><pubDate>Thu, 20 Oct 2011 17:42:33 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:39255</guid><dc:creator>Kalen Delaney</dc:creator><description>&lt;p&gt;Hi Mike&lt;/p&gt;
&lt;p&gt;Thanks for your input. &lt;/p&gt;
&lt;p&gt;At the database level we ALLOW snapshot isolation, but the actual isolation level is always set at the SESSION level. &lt;/p&gt;
&lt;p&gt;SSMS wouldn't have to 'handle' anything. It would issue the SET command for the iso level for each connection, and then the session might get an error, just as if you manually issues a SET to SNAPSHOT when the database didn't allow it. &lt;/p&gt;
&lt;p&gt;As you suggest, there are probably other things that could be done within SSMS, but it's really up to whoever is using SSMS and issuing queries to have some clue (I know that's asking a lot. :-) ) &amp;nbsp;There are certainly other things in SSMS that could mess you up if you don't know what you're doing!&lt;/p&gt;
&lt;p&gt;Thanks &lt;/p&gt;
&lt;p&gt;Kalen &lt;/p&gt;
</description></item><item><title>re: Did You Know? Query Options Setting in SSMS</title><link>http://sqlblog.com/blogs/kalen_delaney/archive/2011/10/19/query-options-setting-in-ssms.aspx#39270</link><pubDate>Thu, 20 Oct 2011 19:56:27 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:39270</guid><dc:creator>Mike Lawell</dc:creator><description>&lt;p&gt;That's kind of what I thought it would do. Haha..yes. So true. &amp;nbsp;It was a pleasure meeting you at PASS Summit.&lt;/p&gt;
</description></item><item><title>re: Did You Know? Query Options Setting in SSMS</title><link>http://sqlblog.com/blogs/kalen_delaney/archive/2011/10/19/query-options-setting-in-ssms.aspx#39943</link><pubDate>Tue, 22 Nov 2011 20:00:12 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:39943</guid><dc:creator>Jason</dc:creator><description>&lt;p&gt;Definitely yes. Shapshot isolation needs to be available. All options need to be available. Are they still avialable via T-SQL? DBA would have to set alter database allow snapshot isolation. We have some 3rd party software database, I forced them to use snapshot isolation due to earlier trouble. It has been working well since. Beware your resource usage.&lt;/p&gt;
&lt;p&gt;Jason&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://usa.redirectme.net"&gt;http://usa.redirectme.net&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>