hi this query will result in all the views that depend on a table , something that can also be achieved by sp_depends <table name>
wat we are looking for is get the substring of where clause when the specified table is participating and getting the exact where clause in that case
i think it is not possible by sql and wud have to revert to string manipulation in .net
thnx everybody for help