Pages
Home
React JS
React Native
SQL Server
C#.net
Interview
Videos
Angular
ASP.Net
AJAX
Contact Us
16 January 2014
Get the related table to a view
SELECT
view_name
,
Table_Name
FROM
INFORMATION_SCHEMA
.
VIEW_TABLE_USAGE
WHERE
View_Name
=
'YourViewName'
ORDER
BY
view_name
,
table_name
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment