CREATE DATABASE permission denied in database ‘master’ (EF code-first)
I had the same problem. This what worked for me: Go to SQL Server Management Studio and run it as Administrator. Choose Security -> Then Logins Choose the usernames or whatever users that will access your database under the Logins and Double Click it. Give them a Server Roles that will give them credentials to … Read more