• Name + profession can take max 154?

    [Name] NVARCHAR(50) --> 50 X 2 + 2 = 102

    Ref BOL: "nchar and nvarchar (Transact-SQL)"

    The storage size, in bytes, is two times the number of characters entered + 2 bytes.

    sp_help tbPersonalDetails shows total 316 bytes in length.