You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/features/readme.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,10 @@ Graph tables enable you to add a non-relational capability to your database.
32
32
33
33
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.
34
34
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
+
35
39
## Samples for Business Intelligence features within SQL Server
0 commit comments