Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Azure-Samples/azure-sql-db-dynamic-schema

Samples on how efficiently to handle dynamic schemas in Azure SQL
https://github.com/Azure-Samples/azure-sql-db-dynamic-schema

Last synced: 3 months ago
JSON representation

Samples on how efficiently to handle dynamic schemas in Azure SQL

Awesome Lists containing this project

README

        

---
page_type: sample
languages:
- tsql
- sql
- csharp
products:
- azure-sql-database
- azure
- dotnet
- azure-app-service
description: "Dynamic Schema Management With Azure SQL"
urlFragment: "dynamic-schema-management-with-azure-sql"
---

# Dynamic Schema Management With Azure SQL

![License](https://img.shields.io/badge/license-MIT-green.svg)

A sample project that shows how to deal with dynamic schema in Azure SQL, using the native JSON support and then three options

- The "Classic" Table
- An Hybrid Table with some well-known columns an "Extension" column to hold arbitrary JSON data
- A full "Document" approach where data is fully stored as JSON document

Detailed explanation of concept and example is available in this recorded session:

[![YouTube recording](./_docs/screenshot.jpg)](https://youtu.be/tHBeJIAPr70?t=34)
https://youtu.be/tHBeJIAPr70?t=34