Posts
Sort by recent activity
Problem with schema and instance with the same name
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 ...