SQL Server 2008 Error 233

后端 未结 14 1652
情歌与酒
情歌与酒 2021-02-05 06:33

I\'m creating new login in SQL Server 2008 with following sql script:

CREATE LOGIN [xyz] WITH PASSWORD=\'xyz\',
            DEFAULT_DATABASE=[master], DEFAULT_LA         


        
14条回答
  •  一个人的身影
    2021-02-05 06:47

    According to: https://msdn.microsoft.com/en-us/library/bb326280.aspx

    Go to --> Remot setting

    Go to "Remote" tab

    in "Remote Assistance", Tick "Allow Remote Assistance connection to this computer", Click the "Advance" button and tick the "Allow..." and in the "Invitation" set the "30 days"

    Then in the "Remote Desktop" part

    Just tick "Allow remote connection to this computer"

提交回复
热议问题