ALTER TABLE dbo.Eployees
Typo? Eployees vs Employees
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello.
I'm can't drop system versioned tables in master db in Azure SQL
but request
ALTER TABLE dbo.Employees
SET (SYSTEM_VERSIONING = OFF);
returns an error: Msg 13538, Level 16, State 3, Line 1
You do not have the required permissions to complete the operation.
How I can delete this tables?
ALTER TABLE dbo.Eployees
Typo? Eployees vs Employees
You need to find some who has sufficient permission. For this operation you need at ALTER permission on the table.