Wednesday 30 August 2017

SQL SERVER – Maximum Number of Index per Table

For SQL Server 2005:
1 Clustered Index + 249 Nonclustered Index = 250 Index
http://msdn.microsoft.com/en-us/library/ms143432(SQL.90).aspx
For SQL Server 2008:
1 Clustered Index + 999 Nonclustered Index = 1000 Index
http://msdn.microsoft.com/en-us/library/ms143432.aspx

No comments:

Post a Comment

Recent Post

Parallel Task in .Net 4.0