mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
2 lines
83 B
SQL
2 lines
83 B
SQL
-- Grants control of DW db to new user
|
|
GRANT CONTROL ON DATABASE::NYT to XLRCUser; |