I want to create a table which has multiple columns with primary key roll no. And this roll no. will be like cse001, cs002, cs003 and so on.
And other columns will be name, gender, branch etc.
So if I add a new row it should be added with new roll no. (Cs***) incremented by one.
So how should I create my table ?
I'm using SQL Server 2008.