I need to generate a column for InvoiceID. and I want to keep the formate of this column like this
INV0000001,
INV0000002,
.
.
.
.
INV0000010,
INV0000011,
.
. and so on.
As you can see this column is increasing with last index. How can i do this.
I'm using SQL Server 2012.
I have searched, but couldn't find, how to increase a number like this.