How Can I Resolve "CREATE TABLE permission denied" error in SQL Server?
S
Stéphanie FOURRIER
started a topic
over 2 years ago
How Can I Resolve "CREATE TABLE permission denied" error in SQL Server?
Best Answer
S
Stéphanie FOURRIER
said
over 2 years ago
When attempting to Create New Data Location(using SQL Server), the operation may instead fail with a CREATE TABLE permission denied in database 'X' error.
Using a client such as SQL Server Management Studio, connect to the database and open the properties for the connecting user account. Add the db_ownerrole membership, then click OK and re-attempt the operation.
1 Comment
S
Stéphanie FOURRIER
said
over 2 years ago
Answer
When attempting to Create New Data Location(using SQL Server), the operation may instead fail with a CREATE TABLE permission denied in database 'X' error.
Using a client such as SQL Server Management Studio, connect to the database and open the properties for the connecting user account. Add the db_ownerrole membership, then click OK and re-attempt the operation.
Stéphanie FOURRIER
How Can I Resolve "CREATE TABLE permission denied" error in SQL Server?
When attempting to Create New Data Location(using SQL Server), the operation may instead fail with a
CREATE TABLE permission denied in database 'X' error.
Using a client such as SQL Server Management Studio, connect to the database and open the properties for the connecting user account. Add the
db_owner
role membership
, then click OK and re-attempt the operation.Stéphanie FOURRIER
When attempting to Create New Data Location(using SQL Server), the operation may instead fail with a
CREATE TABLE permission denied in database 'X' error.
Using a client such as SQL Server Management Studio, connect to the database and open the properties for the connecting user account. Add the
db_owner
role membership
, then click OK and re-attempt the operation.-
xDM Compatibility with Java 17?
-
xDM on Docker
-
How to Upgrade Apache Tomcat?
-
Application Server Gives 404 Error
-
Amazon Aurora support
-
Change Prod Repository Type Without Reinstallation
-
Is It Possible to Import a V5.1.1 Data Model to V5.2.8?
-
"500 Internal Server Error" While Opening with Localhost
-
Enable Access to Azure File Storage?
-
Why am I getting Status 404 -- Not Found Error on Azure?
See all 29 topics