create table permission denied in database 'master'

后端 未结 7 2236
挽巷
挽巷 2020-12-15 09:31

I have installed the free version of sql server 2008 (sql server management studio express edition) on my PC. After installation I get the following error

cr         


        
相关标签:
7条回答
  • 2020-12-15 10:03
    1. select USER_NAME() execute this query,if you find the username as guest then just close the sql server..

    2.Then go to start menu right click the sql server icon and choose the option "Run as administrator"..Now you can create the database

    0 讨论(0)
提交回复
热议问题