Do you think there would be any harm in adding a unique constraint on the UserName column in the aspnet_Users table? I don't think I have any use for the ApplicationId so I'd just prefer to have user names be unique as opposed to having just the ApplicationId/UserName combination be unique? Thoughts?
Also, what would the syntax be for adding this unique constraint in SQL server?
If a post helps me I'll always eventually mark it as an answer. But I frequently don't mark it right away because I feel once a thread is marked as answered, discussion tends to end. And I like to discuss things a bit.