Hi guys
When we add a record to table, MSSQL db can assign unique incremental identity to the record added by use of identity property of a column. This property is used in many scripts where a auto generated number is required to identify a particular entry. Here are some requirements of such a property.
When a member or customer signups at website, a member id or customer id can be generated automatically and displayed to the new member. This id can be quoted by the member for further details.
For an online complaint or query registration process one unique identification number is generated after recording the query. This identification number is used for further processing and tracking of the query.
Thanks for all |