Search This Blog & Web

Showing posts with label transaction level. Show all posts
Showing posts with label transaction level. Show all posts

Thursday, May 24, 2012

How to find defult transaction level using DBCC - SQL SERVER

I need to know what is my Default settings for Transaction level and Datetime etc. Using DBCC command i can do this easily.

DBCC useroptions

running the above statement will return default values for all following available options.