This is a discussion on help - extracting metadata within the SQL Server forums, part of the Microsoft SQL Server category; --> Please, could anyone tell me how to get information from which attribute of which table is the attribute from ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Please, could anyone tell me how to get information from which attribute of which table is the attribute from the view derived(it could also be a complex expression, not just attribute)? this should of course be made through querying system tables or views(INFORMATION_SCHEMA, preferably if possible, because it's standard) i'm using MSSQL2005. Thank you! |