Click here to Skip to main content
15,898,995 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How can we make a primary key with non clustered index in SQL SERVER ???
Posted

Have a look at the 'Examples section' here[^].

Side note: A non-clustered index is automatically created when we define primary keys if an index on the table does not already exist.
 
Share this answer
 
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900