Hello,<BR><BR>I'm needing to be able to get the results of a view on another database from my application and having permission issues doing so. I have the view ...
I need to get parent tables of each column in a view in MSSQL 2005. Using C#, VS2005.<BR><BR>Tried:<BR>1) exec sp_helptext(viewname)<BR>2) select * from INFORMATION_SCHEMA.VIEWS where Table = ...