How can we help you today? How can we help you today?

Way to ignore specific schema?

We have a change logging system that logs to a different schema. For example, a given table like dbo.Project also has an history.Project table that contains audit information.

Recently SQL prompt started picking the history schema every time I use intellisense. Typically I would type "ssf <tab> Project" to get "select * from dbo.Project", but now it always chooses history.Project.

Is there a way to exclude an entire schema from intellisense?

Ryan
ryan_ca1
0

Comments

1 comment

  • David Priddle
    Hi Ryan,

    Unfortunately this isn't possible currently with SQL Prompt, but we do have a feature request for it here.

    We use UserVoice to help us prioritise our work, so please do vote for this and we'll keep an eye on it.

    Best regards,

    David
    David Priddle
    0

Add comment

Please sign in to leave a comment.