Click here to Skip to main content
15,898,222 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
Hi Friends,
i have installed sql server in my laptop , but when i go to work over there and try to create database in sql server the i get the output is "action has been denied by master".

please help me out , i am getting much problem
Posted
Comments
Andrius Leonavicius 28-Feb-14 14:17pm    
Hi,

It looks like your SQL Server login doesn't have a permission to create a database. SQL Server login must be a member of the sysadmin or dbcreator server role.

Please take a look at my answer with similar problem:
http://www.codeproject.com/Answers/723623/How-Do-I-Clear-This-Error#answer1

In windows authentication create new server Login and give server roles as 'System Admin' then try to create database within that server login
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900