Possible Duplicate:
create table permission denied in database ‘master’
I'm trying to create an SQL database by using Server Explorer in Visual Studio 2010.
Server Explorer >> Data Connection >> Create new Sql Server Database
But when I'm trying to create the database it gives the error message
CREATE DATABASE permission denied in database 'master'
I think it's about access privileges. I've searched quite a bit but can't find a solution.