|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Thursday, May 16, 2013 6:49 PM
Points: 366,
Visits: 689
|
|
| I got the correct answer of 1000 but only because 250 wasnt there which was the correct answer for SQL SERVER 2005. 1000 is correct for SQL SERVER 2008. Hope this will be the last time there is an incorrect question / answer on the site as I always trust it!
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Wednesday, May 08, 2013 3:44 AM
Points: 2,173,
Visits: 1,350
|
|
| Hi Thanks For Yours Valuable Opinons and Comments..!
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Friday, May 04, 2012 2:11 AM
Points: 313,
Visits: 56
|
|
I got right anwser but it's true for the SQL Server 2008 not for SQL Server 2005. Please Change the question or add one more option with 250.
|
|
|
|
|
Grasshopper
      
Group: General Forum Members
Last Login: Friday, April 09, 2010 2:23 AM
Points: 24,
Visits: 85
|
|
| I've just assumed there was typo and went with the 2008 answer.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, May 13, 2013 10:45 AM
Points: 2,
Visits: 25
|
|
| Any of the given options are not correct for SQL Server 2005. it is only suitable for SQL server 2008
|
|
|
|
|
SSC Eights!
      
Group: General Forum Members
Last Login: Friday, July 16, 2010 2:10 AM
Points: 863,
Visits: 295
|
|
| I also assumed that the question was mistyped, that 2008 was intended, rather than the answers being wrong. Maybe the question should be updated to read 2008 rather than 2005?
|
|
|
|
|
UDP Broadcaster
      
Group: General Forum Members
Last Login: Friday, February 01, 2013 8:13 AM
Points: 1,489,
Visits: 388
|
|
| Sql 2005 only has a max of 250 indexs for a table. The link points to sql server 2008. Where the max indexes for a table is 1000.
|
|
|
|
|
Right there with Babe
      
Group: General Forum Members
Last Login: Wednesday, March 13, 2013 5:28 PM
Points: 747,
Visits: 133
|
|
Good question, but the answer is for SQL Server 2008, not 2005.
Also, the link that is offered as the documentation doesn't says the maximum number of indexes allowed, just redirects you to the "Create Index" T-SQL documentation, and there it doesn't says that amount.
Frank.
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Thursday, November 11, 2010 1:54 PM
Points: 204,
Visits: 42
|
|
| Please fix the question or the answer options. In 2008 are 1000 indexes or in 2005 are 250.
|
|
|
|
|
Hall of Fame
       
Group: General Forum Members
Last Login: Today @ 1:41 AM
Points: 3,190,
Visits: 4,147
|
|
f_ernestog (1/19/2010) the link that is offered as the documentation doesn't says the maximum number of indexes allowed, just redirects you to the "Create Index" T-SQL documentation, and there it doesn't says that amount. Check carefully, and you will find the following:
CLUSTERED A table or view is allowed one clustered index at a time.
NONCLUSTERED Each table can have up to 999 nonclustered indexes, regardless of how the indexes are created: either implicitly with PRIMARY KEY and UNIQUE constraints, or explicitly with CREATE INDEX.
But there are also XML, full-text, and spatial indexes (as Hugo mentioned earlier). The question doesn't say that we must consider only clustered and nonclustered indexes.
|
|
|
|