Viewing post 1 (of 2 total)
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 ,
...
June 12, 2012 at 9:08 am
#1499858