Posted by: sumansuman June 6, 2008
SQL Automatic incremental generator
Login in to Rate this Post:     0       ?        
insert into TableA(CustomerNumber)
SELECT dbo. NextCustomerNumber()  as CustomerNumber
Read Full Discussion Thread for this article