Way to ignore specific schema?
ryan_ca1
Posts: 2
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
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
Comments
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