The SQLServer indexes collection doesn't include unqiueness.
Unique constraints are a separate collection, so they work fine. Unique indexes have a "unique" flag on other databases, but apparently not on SqlServer.
Looks like I'll have to customize the collection.
Unique constraints are a separate collection, so they work fine. Unique indexes have a "unique" flag on other databases, but apparently not on SqlServer.
Looks like I'll have to customize the collection.