We have a DB which some users want to access on a readonly basis from Excel.
As we do not currently have enough space to duplicate the DB, I was wondering if there is a way to force the default isolation level for a particular user to READUNCOMMITTED instead of READCOMMITTED?
I presume the alternative is to get each user to connect with an IsolationLevel property of adXactReadUncommitted. I suspect this would be difficult to enforce.
Any ideas gratefully received!