I have a Database which contains records that need to have the unique ID
NE00000001
NE00000002
NE00000003
Etc.
I am unsure of how to create this unique ID field so that it is automatically entered on every insert. I dont really want to have to run some code for every insert as myself and a few others will need to be able to insert records straight into the DB bypassing the front end. Is there some sort of Identity Mask in SQL Server that I can use for this or any other way that you can think of that this could be done.
Any help or ideas would be appriciated.
NE00000001
NE00000002
NE00000003
Etc.
I am unsure of how to create this unique ID field so that it is automatically entered on every insert. I dont really want to have to run some code for every insert as myself and a few others will need to be able to insert records straight into the DB bypassing the front end. Is there some sort of Identity Mask in SQL Server that I can use for this or any other way that you can think of that this could be done.
Any help or ideas would be appriciated.