Skip to content

Commit 33bce9b

Browse files
authored
Update sql-database-build-multi-tenant-apps.md
1 parent 6de5dd2 commit 33bce9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/sql-database/sql-database-build-multi-tenant-apps.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ Basic, Standard, and Premium pools provide you a broad spectrum of performance,
4343
## Elastic tools
4444
In addition to elastic pools, there are SQL Database features to help manage operational activities across multiple databases:
4545

46-
** Perform cross-database queries and reporting. **
46+
**Perform cross-database queries and reporting**
4747
[Elastic database query](sql-database-elastic-query-overview.md) enables you to run queries or reports across databases in your elastic pool and access remote data stored in many databases of your pool at once.
4848

49-
** Run cross database transactions. **
49+
**Run cross database transactions**
5050
[Elastic database transactions](sql-database-elastic-transactions-overview.md) allow you to run transactions that span several databases in SQL Databases and perform operations (i.e. when processing financial transactions across databases, or when updating inventory in one database and orders).
5151

52-
** Execute the same operations on several databases. **
52+
**Execute the same operations on several databases**
5353
[Elastic database jobs](sql-database-elastic-jobs-overview.md) execute administrative operations such as rebuilding indexes or updating schemas across each database in your elastic pool.
5454

5555
Go to the homepage to see what else SQL Database has to offer.

0 commit comments

Comments
 (0)