Skip to content

Commit 8760297

Browse files
committed
updated readme
1 parent 0d21831 commit 8760297

File tree

6 files changed

+27
-21
lines changed

6 files changed

+27
-21
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,27 @@
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

511
Python sample showing how to execute explicit transactions from code leveraging pyodbc library
612

7-
##2-TSQL-Transactions
13+
## 2-TSQL-Transactions
814

915
How 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

2127
Transact-SQL script that creates In-memory OLTP table and natively compiled stored procedure

08-MultiModelCapabilities/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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.

08-MultiModelCapabilities/todo.txt

-9
This file was deleted.

09-MoreThanTables/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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.

09-MoreThanTables/todo.txt

-5
This file was deleted.

10-MonitoringAndDebugging/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

511
Examples of commonly used DMVs to monitor and troubleshoot performance issues

0 commit comments

Comments
 (0)