Add claim: create-or-replace a view in another database #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/view-in-another-database"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
New public claim (tsql): to create or replace a view in another database, DROP VIEW rejects a 3-part name and CREATE VIEW must be batch-first, so run DROP and CREATE via two EXEC [db].sys.sp_executesql calls. status: verified (shipped-change). Denylist-clean.