如何在 Visual Studio 中搜索特定的数据库表 [英] How to search in visual studio for a particular database table

查看:44
本文介绍了如何在 Visual Studio 中搜索特定的数据库表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在 Visual Studio 中有 6 个 .dtsx(设计)文件(工作步骤).

I have 6 .dtsx (design) files (job steps) in visual studio.

在大多数情况下,作业步骤运行 .sql 代码和删除/创建/复制表.

For the most part the job steps run .sql code and drop/create/copy tables.

如何搜索特定表格的触摸位置?

How can I search for where a particular table is touched?

我尝试了 control-F 并浏览了搜索选项菜单.

I tried control-F and I browsed the menu for search options.

推荐答案

我认为您无法通过 Visual Studio 实现这一目标.

I don't think you can achieve this from visual studio.

如果您使用文本编辑器打开 .dtsx 文件,它会包含 xml 数据.因此,您可以通过文本编辑器(如记事本、记事本++)在这些文件中搜索特定数据表.

If you open .dtsx files with a text editor it contains xml data. So you can search these files for a specific datatable from a text editor (like notepad, notepad++).

这篇关于如何在 Visual Studio 中搜索特定的数据库表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆