Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Azure-Samples/azure-sql-db-dynamic-schema
- Owner: Azure-Samples
- License: mit
- Created: 2021-01-10T03:01:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-03T21:29:35.000Z (8 months ago)
- Last Synced: 2024-06-22T17:59:21.117Z (5 months ago)
- Language: C#
- Size: 200 KB
- Stars: 6
- Watchers: 14
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- jimsghstars - Azure-Samples/azure-sql-db-dynamic-schema - Samples on how efficiently to handle dynamic schemas in Azure SQL (C# #)
- awesome-azure-sql - Dynamic Schema Management With Azure SQL
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 documentDetailed 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