Showing posts with label procedures. Show all posts
Showing posts with label procedures. Show all posts

Monday, March 26, 2012

lokking for a specificy text in a procedure

How can i do a query to return the stored procedures with a specificy text?
regards
select object_name(id) from syscomments where text like '%YouSearchText%'
order by 1
"EdwinSlyfingster" wrote:

> How can i do a query to return the stored procedures with a specificy text?
> regards
sql

lokking for a specificy text in a procedure

How can i do a query to return the stored procedures with a specificy text?
regardsselect object_name(id) from syscomments where text like '%YouSearchText%'
order by 1
"EdwinSlyfingster" wrote:
> How can i do a query to return the stored procedures with a specificy text?
> regards

lokking for a specificy text in a procedure

How can i do a query to return the stored procedures with a specificy text?
regardsselect object_name(id) from syscomments where text like '%YouSearchText%'
order by 1
"EdwinSlyfingster" wrote:

> How can i do a query to return the stored procedures with a specificy text
?
> regards