In SQL Server how can we store values like 0001,0002,....0011,0012,..
.0100,0101
... to the integer field of database...? Making the field as string in database is not possible, Please suggest anyother option.
Frontend used is VB.NET 2005.
Start Free Trial