How to find a string inside a entire database?

前端 未结 9 1310
一整个雨季
一整个雨季 2020-12-13 06:04

I have one specific string, such as \"123abcd\" for example but I don\'t know the name of the table or even the name of the column inside the table on my SQL Server Database

9条回答
  •  时光说笑
    2020-12-13 06:55

    Common Resource Grep (crgrep) will search for string matches in tables/columns by name or content and supports a number of DBs, including SQLServer, Oracle and others. Full wild-carding and other useful options.

    It's opensource (I'm the author).

    http://sourceforge.net/projects/crgrep/

提交回复
热议问题