Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
master 数据库中缺少诸如 sys.pdw_table_distribution_properties 之类的系统视图。我在创建 SQL 数据仓库实例时创建的数据库具有这些视图。为什么这些视图不包含在主数据库中?谢谢你。
SQL 数据仓库和 SQL 数据库都可以部署在逻辑服务器 (SQL Server) 上。逻辑 SQL Server 拥有主数据库,并且仅包含有关服务器的信息。例如,服务器上 sys.databases 中的数据库。
sys.pdw_table_distribution_properties DMV 特定于 SQL 数据仓库,并且仅在连接到 SQL 数据仓库数据库时可用。