Is there a way to disable clustered index ? As I see in MSDN below where it says "If CLUSTERED is not specified, a nonclustered index is created."
Ref: http://msdn.microsoft.com/en-IN/library/ms188783.aspx
Because I read that, by default a clustered index is created in primary key column. Even if its disabled by some means, a non clustered index will be created by default according to MSDN above ? If so which column ?
I am new to SQL please help.