Summary: A base name in SQL Server simply refers to a database object's name without reference to the schema in which it was created (or any other container names to which it may belong).

Given a table with a SchemaQualifiedName of Purchasing.Vendor, the base table name is Vendor

SeeAlso: SchemaQualifiedName
Microsoft Communities