Viewing 5 posts - 1 through 6 (of 6 total)
This is what bopeavy was asking for. Dixie, I agree with you, from now on, I will comply with the rules.
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE AggregateTable(
[Rep] [nvarchar](255)...
July 19, 2011 at 9:54 am
Thanks Dixie. I will take that into consideration next time I post a question. I will try your solution and see if it helps.
July 19, 2011 at 9:39 am
Hi Dixie,
The fields you see are just aliases and not the actual field names in the table
July 19, 2011 at 7:45 am
Thank you bopeavy.
My structure is like this,
[REP] [# of Audits] ...
July 19, 2011 at 7:42 am
Viewing 5 posts - 1 through 6 (of 6 total)