How can I change my default database in SQL Server without using MS SQL Server Management Studio?

后端 未结 11 1805
遥遥无期
遥遥无期 2020-11-30 17:48

I dropped a database from SQL Server, however it turns out that my login was set to use the dropped database as its default. I can connect to SQL Server Man

11条回答
  •  生来不讨喜
    2020-11-30 18:27

    Thanks to this post, I found an easier answer:

    1. Open Sql Server Management Studio

    2. Go to object Explorer -> Security -> Logins

    3. Right click on the login and select properties

    4. And in the properties window change the default database and click OK.

提交回复
热议问题