Skip to content

Commit a5e9075

Browse files
Merge pull request #36999 from dimitri-furman/dfurman/db-id
Describe different database_id values
2 parents a856401 + adb4b68 commit a5e9075

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

azure-sql/database/transact-sql-tsql-differences-sql-server.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article discusses the Transact-SQL (T-SQL) differences between
44
author: croblesm
55
ms.author: roblescarlos
66
ms.reviewer: wiassaf, mathoma, randolphwest
7-
ms.date: 02/19/2026
7+
ms.date: 04/02/2026
88
ms.service: azure-sql-database
99
ms.subservice: migration
1010
ms.topic: reference
@@ -38,6 +38,7 @@ The core DDL statements are available, but DDL statement extensions related to u
3838
- The `CREATE TABLE` and `ALTER TABLE` statements have `FILETABLE` and `FILESTREAM` options that can't be used on SQL Database because these features aren't supported.
3939
- Creating, altering, or dropping user objects such as tables, views, or stored procedures using the corresponding `CREATE`, `ALTER`, and `DROP` statements in the `master` database on a [logical server](logical-servers.md) is not supported.
4040
- `CREATE LOGIN` and `ALTER LOGIN` statements are supported, but don't offer all options available in SQL Server. To make your database more portable, SQL Database encourages using contained database users instead of logins whenever possible. For more information, see [CREATE LOGIN](/sql/t-sql/statements/create-login-transact-sql?view=azuresqldb-current&preserve-view=true), [ALTER LOGIN](/sql/t-sql/statements/alter-login-transact-sql?view=azuresqldb-current&preserve-view=true), and [Authorize database access to SQL Database, SQL Managed Instance, and Azure Synapse Analytics](logins-create-manage.md).
41+
- For a given database, the `database_id` column doesn't provide the same value across all system views. For more information, see the [Remarks](/sql/t-sql/functions/db-id-transact-sql#remarks) section for the `DB_ID` built-in function.
4142

4243
## T-SQL syntax not supported in Azure SQL Database
4344

0 commit comments

Comments
 (0)