Pages
Home
React JS
React Native
SQL Server
C#.net
Interview
Videos
Angular
ASP.Net
AJAX
Contact Us
16 January 2014
Get the related views to a table
SELECT
view_name
,
Table_Name
FROM
INFORMATION_SCHEMA
.
VIEW_TABLE_USAGE
WHERE
Table_Name
=
'YourTableName'
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