Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Finding Data

Author  Topic 

sent_sara
Constraint Violating Yak Guru

377 Posts

Posted - 2008-04-18 : 09:14:47
I need to find the object which holds the value(in column)
Whether it is possible?

suppose i need to find the text 'Goal' in stored procedure then i will give:
select * from syscomments where text like '%goal%'

suppose i need to find the text 'Goal' in table level.any system stored procedure?

Txs in Advance..

Lumbago
Norsk Yak Master

3271 Posts

Posted - 2008-04-18 : 09:33:47
Have a look at this thread, 2 diferent options available: http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=100884

--
Lumbago
Go to Top of Page
   

- Advertisement -