Skip to content

Commit e4ddffc

Browse files
committed
Add Optimized Locking section
1 parent 5d9a858 commit e4ddffc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

samples/features/readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ Graph tables enable you to add a non-relational capability to your database.
3232

3333
The SQL Server Management Objects (SMO) Framework is a set of objects designed for programmatic management of Microsoft SQL Server and Microsoft Azure SQL Database. These code snippets demonstrate features of SMO and illustrate how to use SMO properties and collections without sacrificing performance.
3434

35+
[Optimized Locking](optimized-locking)
36+
37+
Optimized Locking offers an improved transaction locking mechanism to reduce lock blocking and lock memory consumption for concurrent transactions.
38+
3539
## Samples for Business Intelligence features within SQL Server
3640

3741
[Reporting Services (SSRS)](reporting-services)

0 commit comments

Comments
 (0)