I'd like to know if there's a way to get the value of the identity for a table with SSMS.
I expected to find it in the Design view of the table, but I can't find it there.
To clarify things up:
- This must be done with SSMS's UI only, not a query that has to be written. So that a non-expert can be walked through it simply.
- And must give the actual value, not just the highest identity existent, so that this can verify that the identity was copied along with the schema and data from an original table copied into this database.