
Microsoft SQL samples - SQL Server | Microsoft Learn
Nov 18, 2025 · Code samples for SQL products are in the Microsoft SQL Server samples GitHub repository. Each sample includes a README file that explains how to run and use the sample.
AdventureWorks Sample Databases - SQL Server | Microsoft Learn
Nov 18, 2025 · Follow these instructions to download and install AdventureWorks sample databases to SQL Server.
T-SQL Tutorial: Create and Query Database Objects - SQL Server
Nov 18, 2025 · This lesson shows you how to create a database, create a table in the database, and then access and change the data in the table.
SELECT examples (Transact-SQL) - SQL Server | Microsoft Learn
Nov 18, 2025 · This article provides examples of using the SELECT statement. The code samples in this article use the AdventureWorks2025 or AdventureWorksDW2025 sample database, …
Create a Database - SQL Server | Microsoft Learn
Aug 7, 2025 · Create a database in SQL Server by using SQL Server Management Studio or Transact-SQL. View recommendations for the procedure.
Sql.Database - PowerQuery M | Microsoft Learn
Sep 16, 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, …
Tutorial: Design a relational database in Azure SQL Database
Aug 25, 2025 · This free Learn module shows you how to Develop and configure an ASP.NET application that queries an Azure SQL Database, including the creation of a simple database.
Quickstart: Python SQL Driver - mssql-python - Python driver for …
Dec 29, 2025 · In this quickstart, you connect a Python script to a database that you created and loaded with sample data. You use the mssql-python driver for Python to connect to your …
Use .NET to connect and query a database on Windows, Linux, or …
Oct 28, 2025 · This article shows you how to use .NET to create a program that connects to a database in Azure SQL Database, or Azure SQL Managed Instance, and queries it using …
SQL Database Tutorial - Ingest Sample Data and Create Objects …
Feb 20, 2025 · You can input data into the SQL database in Fabric using Transact-SQL (T-SQL) statements, and you can also import data into your database using other Microsoft Fabric …