File tree Expand file tree Collapse file tree 6 files changed +27
-21
lines changed
07-ScalabilityConsistencyAndPerformances
08-MultiModelCapabilities
10-MonitoringAndDebugging Expand file tree Collapse file tree 6 files changed +27
-21
lines changed Original file line number Diff line number Diff line change 11# Chapter 7 - Scalability, Consistency And Performance
22
3- ##1 -Transactions
3+ Samples for to Chapter 7 of [ Practical Azure SQL Database for Modern Developers] ( https://www.apress.com/gp/book/9781484263693 ) book.
4+
5+ Make sure to use the World Wide Importers database.
6+
7+ You can use the samples of Chapter 2 to restore that database to Azure SQL or Azure SQL Managed Instance.
8+
9+ ## 1-Transactions
410
511Python sample showing how to execute explicit transactions from code leveraging pyodbc library
612
7- ##2 -TSQL-Transactions
13+ ## 2-TSQL-Transactions
814
915How to create explicit transactions in T-SQL
1016
11- ##3 -Savepoints
17+ ## 3-Savepoints
1218
1319.NET application demonstrating the usage of Savepoints in transactions
1420
15- ##4 -DistributedTransactions
21+ ## 4-DistributedTransactions
1622
1723.NET application executing a distributed transaction across multiple Azure SQL databases
1824
19- ##5 -NativeCompilation
25+ ## 5-NativeCompilation
2026
2127Transact-SQL script that creates In-memory OLTP table and natively compiled stored procedure
Original file line number Diff line number Diff line change 11# Chapter 8 - Multi-Model Capabilities
22
3- TODO: Add sample description
3+ Samples for to Chapter 8 of [ Practical Azure SQL Database for Modern Developers] ( https://www.apress.com/gp/book/9781484263693 ) book.
4+
5+ Make sure to use the World Wide Importers database.
6+
7+ You can use the samples of Chapter 2 to restore that database to Azure SQL or Azure SQL Managed Instance.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Chapter 09 - More Than Tables
22
3- TODO
3+ Samples for to Chapter 9 of [ Practical Azure SQL Database for Modern Developers] ( https://www.apress.com/gp/book/9781484263693 ) book.
4+
5+ Make sure to use the World Wide Importers database.
6+
7+ You can use the samples of Chapter 2 to restore that database to Azure SQL or Azure SQL Managed Instance.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Chapter 10 - Monitoring and Debugging
22
3+ Samples for to Chapter 10 of [ Practical Azure SQL Database for Modern Developers] ( https://www.apress.com/gp/book/9781484263693 ) book.
4+
5+ Make sure to use the World Wide Importers database.
6+
7+ You can use the samples of Chapter 2 to restore that database to Azure SQL or Azure SQL Managed Instance.
8+
39## 1-DMV
410
511Examples of commonly used DMVs to monitor and troubleshoot performance issues
You can’t perform that action at this time.
0 commit comments