1

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.

Community
  • 1
  • 1
oshan2csd
  • 393
  • 4
  • 11
  • Vist this link[http://stackoverflow.com/a/7313168/1954783] It worked like a charm. Just need to download a small script and it will solve the problem – oshan2csd Jan 07 '13 at 12:42

1 Answers1

0

Yup You've guessed it right it is a problem relating to your credentials being used to create the database (which in fact does not have access in your case )

Dariusz Parys have given a nice Fix to your problem here