File tree 6 files changed +27
-21
lines changed
07-ScalabilityConsistencyAndPerformances
08-MultiModelCapabilities
10-MonitoringAndDebugging
6 files changed +27
-21
lines changed Original file line number Diff line number Diff line change 1
1
# Chapter 7 - Scalability, Consistency And Performance
2
2
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
4
10
5
11
Python sample showing how to execute explicit transactions from code leveraging pyodbc library
6
12
7
- ##2 -TSQL-Transactions
13
+ ## 2-TSQL-Transactions
8
14
9
15
How to create explicit transactions in T-SQL
10
16
11
- ##3 -Savepoints
17
+ ## 3-Savepoints
12
18
13
19
.NET application demonstrating the usage of Savepoints in transactions
14
20
15
- ##4 -DistributedTransactions
21
+ ## 4-DistributedTransactions
16
22
17
23
.NET application executing a distributed transaction across multiple Azure SQL databases
18
24
19
- ##5 -NativeCompilation
25
+ ## 5-NativeCompilation
20
26
21
27
Transact-SQL script that creates In-memory OLTP table and natively compiled stored procedure
Original file line number Diff line number Diff line change 1
1
# Chapter 8 - Multi-Model Capabilities
2
2
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 1
1
# Chapter 09 - More Than Tables
2
2
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 1
1
# Chapter 10 - Monitoring and Debugging
2
2
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
+
3
9
## 1-DMV
4
10
5
11
Examples of commonly used DMVs to monitor and troubleshoot performance issues
You can’t perform that action at this time.
0 commit comments