mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
6 lines
438 B
Transact-SQL
6 lines
438 B
Transact-SQL
-- ===============================================================================================================================
|
|
-- Create User as DBO template for Azure SQL Database, Azure Synapse Analytics Database, and Azure Synapse SQL Analytics on-demand
|
|
-- ===============================================================================================================================
|
|
DROP USER <user_name, sysname, user_name>
|
|
GO
|