SQL Server Experts !
-
I am trying to do the following ! ( SQL Server 2000 ) Open one session of Query Analyser Window Begin Trans Update Table1 Set ... But I don't commit ! Open another session of Query Analyser Window Select from Table1 Select gets Blocked unless Update is committed ! CAN'T I DO A SELECT WHEN UPDATES/INSERTS Occur ? I Can do with NOLOCK but we don't want uncommitted data to appear ! I have tried with all transaction isolation levels. Anyone can help ? Thanks Anand
-
I am trying to do the following ! ( SQL Server 2000 ) Open one session of Query Analyser Window Begin Trans Update Table1 Set ... But I don't commit ! Open another session of Query Analyser Window Select from Table1 Select gets Blocked unless Update is committed ! CAN'T I DO A SELECT WHEN UPDATES/INSERTS Occur ? I Can do with NOLOCK but we don't want uncommitted data to appear ! I have tried with all transaction isolation levels. Anyone can help ? Thanks Anand