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

后端 未结 15 1694
执念已碎
执念已碎 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:17

    Searching SQL Database objects is possible with SQL Server Management Studio (SSMS) with the following methods, with SSMS Object Search: object explorer details or T-SQL scripts as explained in following:

    • Different ways to search for SQL Server database objects
    • SQL Server Find Anything in Object Explorer in SSMS
    • Search text with wildcards

提交回复
热议问题