Options

Way to ignore specific schema?

ryan_ca1ryan_ca1 Posts: 2
edited February 9, 2016 8:25AM in SQL Prompt
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

Comments

Sign In or Register to comment.