July 20, 2010 at 11:08 am
.....well i'm down to a C..... 😀 I guess I can be President
Twitter: @SQLBalls
Blog: http://www.SQLBalls.com
Channel: https://www.youtube.com/@Tales-from-the-Field
July 20, 2010 at 11:09 am
Paul White NZ (7/20/2010)Seeing as I am now in picky mode (you started it) I'm going to say that a filtered clustered index is possible (in a sense) just create it on a view that contains the filter condition 😀
I call shenanigans !!! That's a filtered view, not a filtered index 😛
July 20, 2010 at 10:32 pm
Rich-403221 (7/20/2010)
I call shenanigans !!! That's a filtered view, not a filtered index 😛
:laugh:
Paul White
SQLPerformance.com
SQLkiwi blog
@SQL_Kiwi
July 22, 2010 at 10:59 pm
Yes, we can create Primary Kay without clustered index.
Eg:
CREATE TABLE MyTable (EmpNo INT PRIMARY KEY NONCLUSTERED NOT NULL, EmpName Varchar(30))
August 25, 2010 at 6:26 am
Primary key by default it will create one clustered index on table,unique creates up to 249 non clustered indexes.
Viewing 5 posts - 16 through 19 (of 19 total)
You must be logged in to reply to this topic. Login to reply