hi,
I have a table with all the blocks of the country. It has this columns
[CODIGO] [varchar](254) NULL,
[CVEGEO] [varchar](254) NULL,
[MI_STYLE] [varchar](254) NULL,
[MI_PRINX] [int] IDENTITY(1,1) NOT NULL,
[SP_GEOMETRY] [geometry] NULL,
PRIMARY KEY CLUSTERED
and 2,753,940 polygons (Urban Blocks)
If i make a sqllayer and start in a very deep zoom i supose that the system make a query only for the polygons that iam looking or the polygons that are inside my viewer. But i dont think the mapsuite does that because i receive a timeout error. IS there a way to manage this problem?