Visual Studio 删除“运行于” 数据库参考
在 Visual Studio 中,当我创建包含存储过程的新脚本时,在数据库上运行它的通常做法是右键单击并选择“运行”。 在数据库引用窗口中,我添加/选择我需要的内容并运行。 我们刚刚在开发环境中切换了数据库服务器,此处的许多参考文献不再有效。 有谁知道如何将它们从这个列表中删除?
In Visual Studio, when I create a new script containing a stored procedure, my usual course to run it on our databases is to right click and select "Run On". In the database references window, I add/select what I need and run. We've just switched database servers in our development environment and a number of the references here are no longer valid. Does anyone know how to remove them from this list?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在项目中的引用下,您将看到旧的数据库引用。 从那里删除它们,您还需要从服务器资源管理器中删除它们。
Under the references in the project you will see the old database references. Remove them from there, also you need to remove them from your server explorer.