I want to use id of identity in another table, and also I want to index that column but as you know the maximum length of index in Sql server is 450 characters, now I am not sure with this id format that Identity creates always below of 450 characters but here I want to know what is format of id that identity creates for example:
SELECT * FROM Users WHERE Id = 956f0873-10d2-4cb7-8d9c-660705e1ff66
for how many users the id will be below of 450 characters?