简体   繁体   中英

How to search in visual studio for a particular database table

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

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?

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

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

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++).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM