如何在 Visual Studio 中搜索特定的数据库表

如何在 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++).