/ Published in: SQL
Expand |
Embed | Plain Text
SELECT * FROM syscomments WHERE text LIKE '%searchstring%'
Comments
Subscribe to comments
You need to login to post a comment.
rengber on 05/15/07
1 person have marked this snippet as a favorite
SELECT * FROM syscomments WHERE text LIKE '%searchstring%'
Subscribe to comments
You need to login to post a comment.
where is this stored procedure?