> Philip, I don't mean to be rude.  By the definition of
> Primary Key, the [ID] can not be NULL, hence,
> [ID] int identity Primary Key would do

Actually, by definition an Indentity is an Int

So "[ID] identity primary key" would do

But if you want to get to the proper specifics, it should be

[ID] int not null identity(1,1) primary key
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to