Microsoft Azure

Azure SQL Database Samples

Explore practical examples and code snippets to help you get started with Azure SQL Database, from basic setup to advanced features.

Getting Started with Basic Operations

Learn how to connect, create tables, insert data, and query your Azure SQL Database using C# and the ADO.NET library.

Data Migration with Azure Data Studio

Demonstrates the process of migrating an on-premises SQL Server database to Azure SQL Database using Azure Data Studio.

Leveraging Stored Procedures

Understand how to create and execute stored procedures in Azure SQL Database for efficient data manipulation and business logic.

Performance Tuning with Query Store

Explore how to use Query Store to identify and resolve performance bottlenecks in your Azure SQL Database applications.

Implementing Row-Level Security

Secure your data by implementing row-level security policies to control data access based on user context.

Using Azure Functions for Database Operations

Integrate Azure Functions with Azure SQL Database for serverless data processing and automated tasks.