从脚本跟踪存储过程位于哪个数据库
有没有办法查询存储过程位于哪个数据库?我让这堆数据库彼此进行了大量的跨数据库查询,现在我迷失了 1 个存储过程,我只想查看它位于哪个数据库。我想制作一个脚本来返回该存储过程所在位置的数据库名称。
这可能吗?
is there a way to make a query which DB the Stored Procedure is located? I got this bunch of Databases doing a lot of Cross DB query from each other, now I got lost with 1 stored procedure and I just want to look from which DB it is located. I want to make a script that will return the DB name of where that stored procedure is located.
Is this possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看这个问题 查询列出所有存储过程
Look to this question Query to list all stored procedures