I am doing a project on asp.net. I have created a table where I want to auto increment the primary key. But the problem is the primary key is not an integer.
For example: In a table reqId is primary key. reqId of a row is suppose SB3001. If another row is inserted its reqID will be SB3002. How to auto-increment this?