分区视图定义 分区视图是通过对成员表使用 UNION ALL 所定义的视图,这些成员表的结构相同,但作为多个表分别存储在同一个 SQL Server实例中,或存储在称为联合数据库服务器的自主 SQL Server 服务器实例组中. 对一个服务器的本地数据进行分区的首选方法是通过分区表. 不能使用SSMS数据库管理工具创建分区视图,可以使用Transact-SQL脚本创建分区视图. 创建分区视图的条件 1.选择 list 应在视图定义的列列表中选择成员表中的所有列. 每个 select list
问: Hi, I have a table workcachedetail with 40 million rows which has 8 columns.We decided to partition the table.Most of the queries in our environment uses 4 columns in the where clause or joins.If I partition the table with 4 columns then I may get