Skip to content

Commit 385fefa

Browse files
authored
Merge pull request #8374 from MicrosoftDocs/pnghub-patch-1
Update database-transactions.md
2 parents a4f8186 + 002b61e commit 385fefa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

powerapps-docs/developer/data-platform/scalable-customization-design/database-transactions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ One of the most fundamental concepts behind many of the challenges faced here is
3131
A common reason that problems can occur in this area is the lack of awareness of how customizations can affect transactions.
3232

3333
Although the details of how this is done is beyond the scope of this topic, the most simple element to consider is that as Dataverse interacts with data in its database. SQL Server determines the appropriate locks to be taken by transactions on that data such as:
34-
- When retrieving a particular record, SQL Server takes a read lock on that record.
35-
- When retrieving a range of records, in some scenarios it can take a read lock on that range of records or the entire table.
3634
- When creating a record, it generates a write lock against that record.
3735
- When updating a record, it takes a write lock against the record.
3836
- When a lock is taken against a table or record, it’s also taken against any corresponding index records.

0 commit comments

Comments
 (0)