• I was just wondering how do i use READ UNCOMMITTED isolation level when i do bulk/fast load using ssis packages, as we have to import our production data (no updates, only inserts happen) into a different server. I want to use this isolation because i see a lot of improvement in perofrmance too, may be bacause they dont need to wait for loack for reading data from production.