Re: How do i search all Stored Procedures for a table name
- From: "GP" <nagarajang@xxxxxxxxx>
- Date: 24 Jun 2005 15:05:36 -0700
Select object_name(id) From syscomments where text like
'%tblContractHistory%'
weegee@xxxxxxxxxxxxxx wrote:
> What I want to do is to search within the text of all Stored Procedures
> ...for instances of a table name within the SQL
> statement
>
> Does anyone know how I would be able to do this?
>
> Say for example I want to search for the table tblContractHistory
>
> Would I use sysobjects?
.
- Follow-Ups:
- Re: How do i search all Stored Procedures for a table name
- From: Lloyd Sheen
- Re: How do i search all Stored Procedures for a table name
- References:
- Prev by Date: Re: dynamically create MS Access database via DTS Package
- Next by Date: How Do I...?
- Previous by thread: Re: How do i search all Stored Procedures for a table name
- Next by thread: Re: How do i search all Stored Procedures for a table name
- Index(es):
Relevant Pages
|