Viewing post 1 (of 1 total)
Yes, we can create Primary Kay without clustered index.
Eg:
CREATE TABLE MyTable (EmpNo INT PRIMARY KEY NONCLUSTERED NOT NULL, EmpName Varchar(30))
July 22, 2010 at 10:59 pm
#1197331