Viewing 6 posts - 1 through 7 (of 7 total)
In our script the ISOLATION LEVEL is READ UNCOMMITED but from our testing it doesn't matter the isolation level. Same error every time...
October 3, 2011 at 9:52 am
Yes, Enterprise Edition x64
Version: 10.0.2746
September 29, 2011 at 12:52 pm
I was only testing to see if I could drop it b/c I was getting the same error while trying to REBUILD it. So, no matter what action I take...
September 29, 2011 at 12:40 pm
Triple checked and DISABLED / FALSE
September 28, 2011 at 9:00 am
No errors doing the DBCC CHECKTABLE. Not seeing anything out of the norm with sys.dm_exec_requests or sys.dm_exec_sessions and yes I'm attempting to run the REBUILD against the Principal not the...
September 28, 2011 at 8:25 am
An ONLINE = ON option is available for the rebuilding of clustered indexes. Via TechNet:
ONLINE = { ON | OFF }
Specifies whether underlying tables and associated indexes are available...
September 28, 2011 at 7:36 am
Viewing 6 posts - 1 through 7 (of 7 total)