Hello,
I want to drop table Student, but would like to find views and sprocs using table Student. Does anyone have an example of using Student to find all dependent objects?
For view, is there a function that provides the actual schema, suchas sp_helptext in SQL?
I notice some people use SYSCAT.ROUTINEDEP. But how do I query that function to return the objects related to Table Student?
What about for VIEWS that reference table Student? How do I query that?
Thanks for your help!