Database already exist. Choose a Different Name using CreateDatabase()

前端 未结 4 950
走了就别回头了
走了就别回头了 2020-12-15 11:47

I got an issue and learned something at the same time....

I created a DBML from an existing server database.

From the DBML I wanted to create local database

4条回答
  •  不知归路
    2020-12-15 12:27

    You need to open master database via server explorer in Visual Studio (Add New Connection + Select master database) then add a New query, type Drop Database xxxx and execute it. You can also use Sql Server Management Studio.

提交回复
热议问题