avani104
SSC Veteran
Points: 227
More actions
December 9, 2008 at 12:35 am
#202736
HI,
I have arnd 150 views . I want to find out a list of views where a particular function is called. Is ther a query to find it...
Adi Cohn-120898
SSC-Dedicated
Points: 33944
December 9, 2008 at 1:07 am
#909492
select table_name
from information_schema.views
where view_definition like '%FunctionName%'
Instead of FunctionName write the real function's name
--------------------------------------------------------------To know how to ask questions and increase the chances of getting asnwers:http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following... http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply