SQL Schemas

  • Hi,

    Can SQL Schemas can have dot in its name?

    I have schema created with dot in its name. But while using for queries it is not working.

    Can anyone help on this?

    Thanks,

    Peer Md.

  • You would have to enclose it in square brackets:

    [My.Schema].[MyTable]

    I would say that putting a dot in your schema name is a really bad idea.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply