Problem with schema and instance with the same name
AlessandroD
Posts: 2
If my SQL Server instance is PIPPO and I have the schema PIPPO in a database, when I type:
from PIPPO
and I select the PIPPO *schema*, when I add the dot character:
from PIPPO.
I see the DB's list instead of object's list in PIPPO schema.
I have the latest version of SQL Prompt.
Can you fix this bug?
from PIPPO
and I select the PIPPO *schema*, when I add the dot character:
from PIPPO.
I see the DB's list instead of object's list in PIPPO schema.
I have the latest version of SQL Prompt.
Can you fix this bug?
Comments