How could I create a uniqueidentifier ID column and a unique nvarchar(256) email address column in SQL Azure Federation? I'm not a SQL guy, so I don't know how to set a unique constraint or if it's possible to do that in a federated database.
Edit:
I found a TSQL query to create a unique constraint, but I'm getting the following error:
"A unique or clustered index on a federated table must contain the federated column"
I think my federated column is the ID column.