Apparently, one of my views is not responding to any SQL queries. I was wondering if there is a way to find out what tables this view depends on so that I can debug the problem.
I am not an admin on the server so I wouldn't be surprised if this is not possible in the first place but a confirmation would be great. Any suggestions?
You should get an error message like the one below, if you try the query from Management Studio
Although not infallible, you could start with sp_depends
You just look at the definition of the view
One way (fixed)
This is subject to "metadata visibility" of course and permissions