hi there, i have a SQL SERVER 2008 table with 3 columns(P_ID(Primary key), PRODUCT_NAME, DESCRIPTION),
now, how can i generate a custom and unique(ofcourse) value for my primary key,
for example: sc00001 in the 1st row, and when i enter another data it will generate sc00002 something like that...