开发者

Indexes on SQL Server table

开发者 https://www.devze.com 2023-02-07 12:58 出处:网络
Is there a limit on the number of indexes a 开发者_StackOverflowdatabase table can have in SQL Server?

Is there a limit on the number of indexes a 开发者_StackOverflowdatabase table can have in SQL Server?

Thanks


For SQL Server 2008 R2 the Maximum Capacity Specification is here:

There you will see that the 2008 R2 edition allows for 999 non-clustered indexes and one clustered index per table.

0

精彩评论

暂无评论...
验证码 换一张
取 消