My expectation is that namespaces would work like visual studio. If in adventureworks I type:
SELECT * FROM Sales.
As soon as I type the . it goes ahead and completes it with the wrong thing. I would expect that I would hit the . and I would get a list of items in the Sales Schema.
SELECT * FROM Sales.
As soon as I type the . it goes ahead and completes it with the wrong thing. I would expect that I would hit the . and I would get a list of items in the Sales Schema.