sql server 2012: cannot alter the login sa

后端 未结 3 1437
-上瘾入骨i
-上瘾入骨i 2021-01-02 10:17

I\'m trying to create a database on my local machine using SSMS version 11.0.2100.60. I\'ve run the application as administrator, logged in using Windows authentication, and

3条回答
  •  自闭症患者
    2021-01-02 10:43

    I'd like to point out an alternative answer laid out on DBA SE. Download PSExec onto the box that is having the problem and follow the instructions laid out in this blog post to effortlessly change admin settings using the NT Authority\System account.

    ./psexec -s -i "C:\...\Ssms.exe"
    

    Wanted to share this solution as it solved my problem!

提交回复
热议问题