Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: SQL Server Pivot

    These are the tables

    CREATE TABLE [dbo].[q_Agent](

    [Function] [nvarchar](255) NULL,

    [Center] [nvarchar](255) NULL,

    [Agent] [nvarchar](255) NULL,

    [X] [float] NULL,

    [Y] [float] NULL,

    [INT_EXT] [nvarchar](255) NULL ,

    ...

Viewing post 1 (of 2 total)