CREATE TABLE [dbo].[TableName]( [ID] [varchar](24) NULL, [CNum] [varchar](30) NOT NULL, [PageCnt] [int] NOT NULL, [CostPerPage] [money] NOT NULL,