I'm trying to add a clustered index to a user defined table type. Not a PK, just a clustered index. I see in the documentation that I cannot add a NON CLUSTERED index to a user defined table type, so sounds like it should be possible, but I can't figure out how.
Note: talking about a user defined table type, not a table variable or temp table