SQL Server Index Naming Conventions

Posted by Eric Ness on Stack Overflow See other posts from Stack Overflow or by Eric Ness
Published on 2010-05-06T18:33:55Z Indexed on 2010/05/06 18:38 UTC
Read the original article Hit count: 250

Is there some standard way to name indexes for SQL Server? It seems that the primary key index is named PK_ and non-clustered indexes typically start with IX_. Are there any naming conventions beyond that for unique indexes?

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about index