Reputation: 12505
I want to create a new database on SQL Server 2012 using SQL Server Management studio. I ran SQL Server Management studio as administrator and logged in using Windows Authentication, but I still get this error: Create Database permission denied in database master (Microsoft SQL Server, Error 262)
Upvotes: 3
Views: 11739
Reputation: 11
Run your SQL Server Management Studio Express.exe as an administrator. That's it.
I faced same problem and I tried to run my SQL Server Management Studio Express.exe as an administrator then it worked.
Upvotes: 0