I been messing with this all morning. The requirement is that a record prefix (say NN) must get incremented with each new record (NO, NP, NQ...ZZ). Once ZZ is reached, it would start again at AA.
I tried adding 1 to the ASCII conversion for the last character but the set does not take, and NN remains NN. Is there a simple way to do this? Seems like I should not be the first one that had this as a requirement.
I am currently using SQL Server 2000.
Thanks in advance!
![[noevil] [noevil] [noevil]](/data/assets/smilies/noevil.gif)
Glen Braden
I tried adding 1 to the ASCII conversion for the last character but the set does not take, and NN remains NN. Is there a simple way to do this? Seems like I should not be the first one that had this as a requirement.
I am currently using SQL Server 2000.
Thanks in advance!
![[noevil] [noevil] [noevil]](/data/assets/smilies/noevil.gif)
Glen Braden