How do I search an SQL Server database for a string?

后端 未结 15 1698
执念已碎
执念已碎 2020-11-28 18:40

I know it\'s possible, but I don\'t know how.

I need to search an SQL Server database for all mentions of a specific string.

For example: I would like t

15条回答
  •  隐瞒了意图╮
    2020-11-28 19:23

    If you need to find database objects (e.g. tables, columns, and triggers) by name - have a look at the free Redgate Software tool called SQL Search which does this - it searches your entire database for any kind of string(s).

    Enter image description here

    Enter image description here

    It's a great must-have tool for any DBA or database developer - did I already mention it's absolutely free to use for any kind of use??

提交回复
热议问题