I am trying to publish my new database created in a Visual Studio 2012 Database Project to our SQL Server 2012 environment. I can go to the server and right click on 'Databases' and create a new database with no issues, however when I try to publish my database I get an error that CREATE DATABASE permission is denied in database master
.
Does any one know why I can create it directly on the server but can't when trying to publish from Visual Studio?
Thanks, Leslie