[架构].[用户].[表名] 架构可以理解为“数据库名称” image 用户默认为"dbo",即Database Owner(数据库的所有者) 例子 select * from test2.dbo.bittable test2是数据库名称(架构) bittable是表名