View Uncommitted transactions in SQL

 When we want to see the transactions which are not yet committed to data base, we can use the use the following statement

 SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED

You can know more about the TRANSACTION ISOLATION LEVEL here - SET TRANSACTION ISOLATION LEVEL (Transact-SQL) - SQL Server | Microsoft Learn




Comments