Question
padding unique identifier SQL-2000
Hello all.
I have a unique problem. I need to convert a field within a database table to an unquiet identifier field. The problem is that I need to keep the lead zero in the field and I also need that field to increment with leading zeros. Is there away I can solve this issue in MS-SQL 2000.
The number before I convert.
000000008
After the conversion
8
Any help will be greatly appreciated..
I have a unique problem. I need to convert a field within a database table to an unquiet identifier field. The problem is that I need to keep the lead zero in the field and I also need that field to increment with leading zeros. Is there away I can solve this issue in MS-SQL 2000.
The number before I convert.
000000008
After the conversion
8
Any help will be greatly appreciated..