When creating indexes and keys on a table, SQL Server 2000 will automagically concantinate a 'PK_' prefix with the table name, ex: PK_Customer. My company wants a differenct format, Cutomer_PK. Is there a way to change the SQL Server default instead of manually changing the key/index name everytime you a key or index is created?