Automatic Add of dbo schema.

While I realize that select * from DimEmployee is valid if the table is in the dbo schema, I’d like the option to automatically add it when writing T-SQL.

I believe it’s just a best practice to always specify schema, and it is in fact one of our programming standards.

Hello David,
Sounds reasonable, so I’ve created CR107199 for this.

Thanks for the input.