3
votes

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)

2
Did you ever solve this issue?elethan

2 Answers

3
votes

From this blog and also from this link

enter image description here

0
votes

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.