How long should it take to run
ALTER Database [mysite] SET READ_COMMITTED_SNAPSHOT ON
I just ran it and its takin 10 minutes.
How can I check if it is applied?
|
How long should it take to run ALTER Database [mysite] SET READ_COMMITTED_SNAPSHOT ON I just ran it and its takin 10 minutes. How can I check if it is applied?
| |||||||||
feedback
|
|
You can check the status of the READ_COMMITTED_SNAPSHOT setting using the As for the duration, Books Online states that there can't be any other connections to the database when this takes place, but it doesn't require single-user mode. So you may be blocked by other active connections. Run | |||||||||||
feedback
|
|
Try this:
| ||||
|
feedback
|
|
Try this code:
| |||||
feedback
|
|
Try use master database before altering current database.
| |||
|
feedback
|