Viewing 5 posts - 1 through 5 (of 5 total)
ALTER DATABASE @dbname SET ALLOW_SNAPSHOT_ISOLATION ON;
ALTER DATABASE @dbname SET READ_COMMITTED_SNAPSHOT ON;
After i set these 2 option, do i still need to use SET Transaction Isolation Level Snapshot on each of...
June 19, 2009 at 8:53 pm
Will this be an issue when using Read_Committed_Snapshot ?
And also 1 question,
I have 10 records in my table , and i begin transaction and start update 1...
June 19, 2009 at 6:38 pm
thanks , i will give it a try...
By the way,
How to optimize tempdb if i want to use Snapshot Isolation
June 17, 2009 at 6:22 pm
Ok let me give some more detail and hope you guys can give me a good suggestion....
Live DB A => accept data from Web , handphone and pda
Live DB B...
May 19, 2009 at 6:17 pm
So what method you suggested ?? and is the best for my situation
May 19, 2009 at 8:25 am
Viewing 5 posts - 1 through 5 (of 5 total)