Skip to main content
Question

SQL Server Reader 2025.2 - possible to read only attribute fields and not the geometry

  • September 22, 2026
  • 1 reply
  • 7 views

annette2
Contributor
Forum|alt.badge.img+11

Hi,

With the new SQL Server Reader is it possible to simulate the older non spatial reader?

I have 3 million records with line geometry.  
I only want to read the attribute information and not the geometry. 

I can’t spot how to do this in the 2025.2 Reader.  Is it not possible or have I missed something simple?

Thanks,

 

Annette

1 reply

hkingsbury
Celebrity
Forum|alt.badge.img+73
  • Celebrity
  • September 22, 2026

You can use the SQLExecutor instead. That will let you use a full SQL SELECT clause to read in your data