Click here to Skip to main content
15,898,979 members
Articles / Web Development / ASP.NET

Generate auto row number for a table

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
28 Sep 2011CPOL 11.8K   1  
If you have the ability to change it, you may want to consider moving away from the 36 digit alphanumeric created by GUID() as a Key. This is often misused in SQL-Server by developers who have not had proper training/education in SQL Server and or RDBMS. The GUID() is not intended to be a...

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions