Home > database >  Authorization problem
Authorization problem

Time:05-25

I created a login name, and then granted to read and write permissions, and execute
Use the db
Grant create table to loginname

Log back in loginname
The create table error:
Message 2760, level 16, state 1, line 1
Specify the schema name "dbo" does not exist, or you do not have permission to use the name

What is the meaning of this

CodePudding user response:

Login name is mapped to a database user, or when mapping the past you, architecture is dbo
  • Related