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

Schemas not really working

In AdventureWorks:
select * from dbo.

First option I get: Person.Address

Oops, wrong schema...

Next:
select * from person

... empty candidates list, until I hit the ".". How about showing me a list of tables in the Person schema?
amachanic
0

Comments

1 comment

  • Lionel
    The support for schemas is still in a fairly early stage in the beta. We will be adding a whole lot of features in the final version like that ability to see the schema of objects in the candidate list.

    Lionel
    Lionel
    0

Add comment

Please sign in to leave a comment.