Hi, I'm a newbie in sql server.
I want to create a primary key that should be auto incremented. for
example: C0001, C0002, C0003, C0004 etc
here are the attributes I have for the table
cust_id, cust_name, cust_address etc
I want to create a primary key that should be auto incremented. for
example: C0001, C0002, C0003, C0004 etc
here are the attributes I have for the table
cust_id, cust_name, cust_address etc
Comment