How to find a string inside a entire database?

前端 未结 9 1331
一整个雨季
一整个雨季 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

    Here are couple more free tools that can be used for this. Both work as SSMS addins.

    ApexSQL Search – 100% free - searches both schema and data in tables. Has couple more useful options such as dependency tracking…

    SSMS Tools pack – free for all versions except SQL 2012 – doesn’t look as advanced as previous one but has a lot of other cool features.

提交回复
热议问题