When you are using SQL Server, you can define different schemas inside the database. Inside the database, you can define a table using
schema.owner.table
i.e., you can define a table inside the database AdventureWorks, with the name
HumanResources.dbo.EmployeeData
When i try to use a table in another schema (not the default schema), i cannot select a different schema and i cannot...
2009-07-16 13:57:26 UTC in SQLeonardo