SQL Server 2008 Error 233

后端 未结 14 1456
情歌与酒
情歌与酒 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:58

    Login with Administrator in SQL Server Go to Securities >> Logins >> select your user name and go to properties

    From Status >> uncheck user account lock check box Change password for the user Restart the sql server and login with your username.

提交回复
热议问题