I am using SQL Server 2012 and for one of the table I see it has created primary key non-clustered (composite key) and clustered index on different column? Can somebody help me to understand what will happen in this situation?
- Does this going to degrade performance for DML operations? If yes how to measure it?
- Will this be causing locking/blocking/deadlocks for this table when performing DML operation during concurrency ?
Note: this table has a huge number of records in it ~10 million