
AdventureWorks Sample Databases - SQL Server | Microsoft Learn
Mar 16, 2026 · Applies to: SQL Server Azure SQL Database Azure SQL Managed Instance SQL database in Microsoft Fabric This article provides direct links for downloading AdventureWorks …
Microsoft SQL samples - SQL Server | Microsoft Learn
Nov 18, 2025 · View information about the WideWorldImporters and AdventureWorks sample databases, Azure samples and templates, and code samples for Microsoft SQL products.
CREATE TRIGGER (Transact-SQL) - SQL Server | Microsoft Learn
Nov 18, 2025 · Transact-SQL reference for the CREATE TRIGGER statement, which is used to create a DML, DDL, or logon trigger.
What Are Power BI Samples - Power BI | Microsoft Learn
Jan 2, 2026 · Explore built-in samples, .pbix files, Excel datasets, and SQL databases in Power BI to learn its functionality and get started quickly.
SqlPackage - SQL Server | Microsoft Learn
Database portability is the ability to move a database schema and data between different instances of SQL Server, Azure SQL, and Azure Synapse Analytics. Exporting a database from Azure SQL …
Database normalization description - Microsoft 365 Apps
Jun 25, 2025 · Description of normalization Normalization is the process of organizing data in a database. It includes creating tables and establishing relationships between those tables according …
Permissions (Database Engine) - SQL Server | Microsoft Learn
Nov 18, 2025 · Consult this complete list of SQL Server permissions to find out which permissions apply to platforms that you use.
CREATE USER (Transact-SQL) - SQL Server | Microsoft Learn
For examples, see Syntax Summary. If the CREATE USER statement is the only statement in a SQL batch, Azure SQL Database supports the WITH LOGIN clause. If the CREATE USER statement isn't …
Code examples - ADO.NET | Microsoft Learn
Sep 7, 2024 · These examples show .NET Framework programmers how to retrieve data from a database by using ADO.NET data providers and ADO.NET Entity Framework.
GRANT Database Permissions (Transact-SQL) - SQL Server
Nov 18, 2025 · A database is a securable contained by the server that is its parent in the permissions hierarchy. The most specific and limited permissions that can be granted on a database are listed in …