For performance reasons, I need my Python script to connect to the MS SQL server using the isolation level Read Uncommitted. My script is reading data only. Is there a way to do this?
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
For performance reasons, I need my Python script to connect to the MS SQL server using the isolation level Read Uncommitted. My script is reading data only. Is there a way to do this?
Thanks!
Sorry, this was so simple. I figured it out.