SQL Server 2012- Create Database permission denied in database master (Error 262)

戏子无情 提交于 2019-12-10 20:23:17

问题


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)


回答1:


From this blog and also from this link




回答2:


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.



来源:https://stackoverflow.com/questions/34866014/sql-server-2012-create-database-permission-denied-in-database-master-error-262

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!