简体   繁体   English

T-SQL-创建分区功能和方案-SQL Server 2008

[英]T-SQL - create partition function and scheme - SQL Server 2008

I am creating partition function and schemes. 我正在创建分区功能和方案。

In SQL Server 2008, it only defines range partitioning and not list partitions. 在SQL Server 2008中,它仅定义范围分区,而不定义列表分区。

Dont we have list partitioning in SQL Server? 我们在SQL Server中没有列表分区吗?

I am using SQL Server 2008 Enterprise edition. 我正在使用SQL Server 2008企业版。

There is no List Partitioning in SQL Server 2008. But you can fake it into creating one using the LEFT clause. SQL Server 2008中没有列表分区。但是您可以伪装成使用LEFT子句创建一个分区。

Read up here: 在这里阅读:

http://www.sqlservercentral.com/articles/partition/64740/ http://www.sqlservercentral.com/articles/partition/64740/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM