开发者

Indexes on SQL Server table

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜