SQL Server 2008 Error 233

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

    Here is how I done it, maybe it works for you too.

    1. login Microsoft SQL Server 2012 with windows authentication.

    2. right-click onto the server name in Object Explorer and click Properties

    3. In the new tab click Security

    4. select SQL Server and Windows Authentication

    5. Ok

    6. Close the SQL server management studio.

    7. start+run

    8. write services.msc

    9. search for SQL there and restart all services.

    that works for me.

提交回复
热议问题