In looking at the various table indexes in the AdventureWorks2008 sample database, I noticed that all the index names are prefixed with either "PK_", "FK_", "AK_", or "IX_". I know that the initials for the first three acronyms are for Primary Key, Foreign Key, and Alternate Key, respectively, but I have no idea what "IX" stands for.
Can someone kindly shed some light on the "IX" prefix, and where I can read more about it in the SQL Server 2008 Books Online? Thanks.


