 |
Modify Primary Keys
You can modify a primary key in SQL Server 2014 by using SQL Server Management Studio or Transact-SQL. You can modify the primary key of a table by changing the column order, index name, clustered option, or fill factor.
msdn.microsoft.com |
 |