Skip to content

Commit e701737

Browse files
authored
Update how-to-sqldb-to-cosmosdb.md
1 parent c344e50 commit e701737

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/how-to-sqldb-to-cosmosdb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.author: makromer
1414

1515
# Migrate normalized database schema from Azure SQL Database to Azure CosmosDB denormalized container
1616

17-
This guide will explain how to take an existing normalized database schema in Azure SQL Database and convert it into an Azure CosmosDB denormarlized schema for loading into Azure CosmosDB.
17+
This guide will explain how to take an existing normalized database schema in Azure SQL Database and convert it into an Azure CosmosDB denormalized schema for loading into Azure CosmosDB.
1818

1919
SQL schemas are typically modeled using third normal form, resulting in normalized schemas that provide high levels of data integrity and fewer duplicate data values. Queries can join entities together across tables for reading. CosmosDB is optimized for super-quick transactions and querying within a collection or container via denormalized schemas with data self-contained inside a document.
2020

0 commit comments

Comments
 (0)