强制 SQL Server 删除数据库
当我使用 Management Studio Express 删除数据库时,有一个复选框“关闭现有连接”,它会关闭打开的数据库并强制其删除。
如何通过关闭打开的连接以编程方式删除数据库并检查它以前是否存在?
When I'm using Management Studio Express
to drop a database there is an checkbox "Close existing connections."
which close open database and enforce it to drop.
How can i drop a database programmatic by closing open connections and check it's ever exists before?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
下拉屏幕上“脚本”图标的输出,如 Randolph Potter 的评论中所建议的(假设您的数据库名称是“test”):
The output of the "script" icon on the drop screen, as suggested in the comments by Randolph Potter (this assumes that your database name is "test"):