#1: how to create my own primary key which auto-incrementPosted on 2008-04-18 16:58:54 by aliakhtharHi, I'm a newbie in sql server. |
|
#2: Re: how to create my own primary key which auto-incrementPosted on 2008-04-18 19:42:58 by Plamen RatchevSeems you already have a primary key in the table (cust_id). Why do you want |
#3: Re: how to create my own primary key which auto-incrementPosted on 2008-04-18 19:48:39 by jimboI would just use SQL Server's identity value, joins on integers are |