nguyennd
SSCommitted
Points: 1881
More actions
March 2, 2010 at 11:07 pm
#211793
Table
CREATE TABLE [dbo].[A](
[K] [int] NOT NULL,
[V] [varchar](50) NOT NULL,
CONSTRAINT [PK_A] PRIMARY KEY CLUSTERED
(
[K] ASC,
[V] ASC
)
Paul White
SSC Guru
Points: 150468
March 3, 2010 at 8:27 am
#1127821
--- Duplicate thread ---
Paul WhiteAll articles available on SQL.kiwi@SQL_Kiwi
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply