
Microsoft SQL samples - SQL Server | Microsoft Learn
Sep 29, 2024 · Locations of sample databases and code samples for Microsoft SQL products. SQL samples repository. Code samples for SQL products are in the Microsoft SQL Server …
AdventureWorks sample databases - SQL Server | Microsoft Learn
Sep 4, 2024 · This article provides direct links to download AdventureWorks sample databases, and instructions for restoring them to SQL Server, Azure SQL Database, and Azure SQL …
Sql.Database - PowerQuery M | Microsoft Learn
Mar 18, 2025 · Returns a table of SQL tables, views, and stored functions from the SQL Server database database on server server. The port may be optionally specified with the server, …
SELECT examples (Transact-SQL) - SQL Server | Microsoft Learn
Nov 22, 2024 · The code samples in this article use the AdventureWorks2022 or AdventureWorksDW2022 sample database, which you can download from the Microsoft SQL …
Connect to an SQL database from workflows in Azure Logic Apps
Aug 6, 2024 · This how-to guide shows how to access your SQL database from a workflow in Azure Logic Apps with the SQL Server connector. You can then create automated workflows …
School Sample Database - EF6 | Microsoft Learn
Oct 14, 2020 · This topic contains the schema and data for the School database. The sample School database is used in various places throughout the Entity Framework documentation.
CREATE TRIGGER (Transact-SQL) - SQL Server | Microsoft Learn
Sep 3, 2024 · The following example uses a DDL trigger to print a message if any CREATE DATABASE event occurs on the current server instance, and uses the EVENTDATA function …
Import data from a database using native database query
Feb 11, 2025 · In the example below, you'll import data from a SQL Server database using a native database query entered in the SQL statement text box. The procedure is similar in all …
SQL Database Tutorial - Ingest Sample Data and Create Objects …
Feb 20, 2025 · Applies to: SQL database in Microsoft Fabric. You can input data into the SQL database in Fabric using Transact-SQL (T-SQL) statements, and you can also import data into …
Tutorial: Design a relational database in Azure SQL Database using ...
Jan 29, 2024 · Azure SQL Database is a relational database-as-a-service (DBaaS) in the Microsoft Cloud (Azure). In this tutorial, you learn how to use the Azure portal and Azure Data …