Why only one clustered index per table should be created in sql server?
on
Get link
Facebook
X
Pinterest
Email
Other Apps
A clustered index determine the physical order of the data in the table , is like a home address that is why we should have only one home address , if not the postman get confused.
http://msdn.microsoft.com/en-us/library/aa933131.aspx
Comments
Post a Comment