I'm sorry, I'm not sure I understand what you mean by the "connection reference".
Here's my table in SQL2008:
CREATE TABLE [dbo].[xxx]( [CustomerID] [int] IDENTITY(1,1) NOT NULL, [Company] [varchar](255) NOT NULL, [CustomerGroups] [varchar](500) NULL ) GO |
|
|