Summary: A schema-qualified name in SQL Server simply refers to a database object whose name is prefixed by the schema in which the object was created.

Given an table named Vendor that was created within the schema Purchasing, the schema-qualified name is Purchasing.Vendor

SeeAlso: BaseName
Microsoft Communities