Skip to content

Commit 31355dd

Browse files
Update use-dmvs-determine-usage-performance-views.md
------- cc: @WilliamDAssafMSFT GitHub Issue: https://github.com/MicrosoftDocs/sql-docs/issues/6361
1 parent 4995744 commit 31355dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/performance/use-dmvs-determine-usage-performance-views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ CROSS APPLY
154154
CROSS APPLY
155155
sys.dm_exec_query_plan(qs.plan_handle) AS qp
156156
WHERE
157-
(CHARINDEX(vw.schemaname, st.text, 1) > 0)
157+
(CHARINDEX(vw.viewname, st.text, 1) > 0)
158158
AND (st.dbid = DB_ID())
159159
) AS t;
160160
GO

0 commit comments

Comments
 (0)