I am trying to prove a table design flaw in a production db, that a table must not have a clustered primary key on a column that can have a random data, in this case a code keyed in by end user.
Though we know the solution is to make the PK as non-clustered, I still need to add rows to it for testing purpose on its replica. Therefore, I will need to know what would be the character I can use after ‘Z’ as a prefix.
More, the column is not a unicode, and it would be a mess to prefix my fake data with a series of Zs. The table is now having hundred-thousands rows, and each insertion is taking seconds.
Just run this and go down the list. I added the sandwiching dots for clarity, esp. when non-visible characters are involved.
There are only 4 characters coming after ‘Z’, since you say the column is not N(Var)Char.