About 14,200,000 results
Open links in new tab
  1. How to implement Serializable Isolation Level in SQL Server

    Nov 21, 2018 · I need to implement a serializable isolation level in SQL Server but I've tried many ways and I don't get it. I need to lock 1 row in one transaction (It doesn´t matter if lock the …

  2. SET TRANSACTION ISOLATION LEVEL (Transact-SQL) - SQL Server

    Mar 28, 2025 · Controls the locking and row versioning behavior of Transact-SQL statements issued by a connection to SQL Server. Transact-SQL syntax conventions. Syntax for SQL …

  3. SQL Server SERIALIZABLE isolation level and duplicate key …

    Oct 15, 2007 · For example, when using a SERIALIZED isolation and querying a table with an integer column called ‘id’ for records between 10 and 20, this read will in effect ‘lock’ the entire …

  4. Ensuring Full Isolation with SERIALIZABLE in SQL - w3resource

    Feb 10, 2025 · Learn how the SERIALIZABLE isolation level in SQL prevents dirty reads, non-repeatable reads, and phantom reads by fully isolating transactions.

  5. Microsoft SQL Server Tutorial => Serializable

    It requests range locks the range of key values that are read by each statement in the transaction. This also means that INSERT statements from other transactions will be blocked if the rows to …

  6. serialize and deserialize SQL query - Stack Overflow

    Apr 22, 2009 · We won't send commands directly to SQL server but to a custom serialized-SQL server I'll write: We'll assign a number to each database-changing simple action (ie INSERT, …

  7. sql server - Isolation Level - Serializable. When should I use this ...

    Aug 12, 2010 · To answer your question when to use the "Serializable" is when you use the MERGE operation. The MERGE statement runs insert, update, or delete operations on a …

  8. sql server - How to serialize and deserialize results of SQL queries in ...

    Dec 7, 2011 · Ideal solution would be to have stored procedure like execsql @Sql,@HashCode, which would query table of serialized results by HashCode and return result if exists, otherwise …

  9. mysql - How to serialize a record / row in SQL? - Database ...

    Mar 28, 2017 · Is there a way to serialize a record/row in SQL? And conversely, to deserialize something that has been serialized. By serialize, I mean put all of the fields in a record into …

  10. The Serializable Isolation Level - SQLPerformance.com

    Apr 10, 2014 · Serializable is the most isolated of the standard transaction isolation levels. It is also the default isolation level specified by the SQL standard, though SQL Server (like most …

  11. Some results have been removed
Refresh