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
Are you wanting to search for text through the stored procedures themselves?
Or table data?
If table data, how about LIKE?