CREATE DATABASE permission denied in database 'master'.
As the message says, you don't have the permission to create a new database. Ask your DBA to grant you permissions or to create the database for you.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
TITLE: Microsoft SQL Server Management Studio
Create failed for Database 'deneme'. (Microsoft.SqlServer.Smo)
ADDITIONAL INFORMATION:
An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
CREATE DATABASE permission denied in database 'master'. (Microsoft SQL Server, Error: 262)
For help, click: https://docs.microsoft.com/sql/relational-databases/errors-events/mssqlserver-262-database-engine-error
BUTTONS:
OK
CREATE DATABASE permission denied in database 'master'.
As the message says, you don't have the permission to create a new database. Ask your DBA to grant you permissions or to create the database for you.
Hi @Şevval Çakır,
CREATE DATABASE permission denied in database 'master'
Seems like a permission issue, the user account you're using doesn't have the permission to create a new database.
You may use the admin account to grant the permission to your account.
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.