DMV columns appearing in Prompts
Dave Pendleton
Posts: 104 Bronze 3
Often while typing, I am prompted with columns from various Dynamic Management Views.
For example, when I type:
I am prompted with the object_id column from sys.dm_qn_subscriptions.
How do I disable this?
For example, when I type:
IF ISNULL(OBJECT_ID
I am prompted with the object_id column from sys.dm_qn_subscriptions.
How do I disable this?
Comments
From your problem specification if I am not getting you wrong I feel following settings should help:
SQL Prompt 4 --> Options --> Suggestions --> Type of suggestion --> deselect option List system objects
If this doesn't resolve can you kindly let us know the steps to reproduce the problem?
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com
Has this behavior changed in this version?