Text search in stored proc SQL Server

前端 未结 4 921
[愿得一人]
[愿得一人] 2020-12-17 00:27

Does any one know the script to use for text search in SQL Server? I would like to search a text from all the stored proc inside the SQL Server, does anyone know what is the

4条回答
  •  伪装坚强ぢ
    2020-12-17 00:59

    Are you wanting to search for text through the stored procedures themselves?

    Or table data?

    If table data, how about LIKE?

提交回复
热议问题