Skip to main content
Question

Getting Schema Reader to see SQL SERVER Database connection?

  • May 11, 2021
  • 2 replies
  • 127 views

jakeweaver
Participant
Forum|alt.badge.img+1

Hi folks, I'm trying to get the SCHEMA reader to read a MS Sql Server non spatial database. I keep trying to give it the correct Database Connection - but at the moment it wont. see it. Is there a way to make the Schema reader correctly get the database connection properties?

2 replies

david_r
Celebrity
  • 8392 replies
  • May 11, 2021

You can use a FeatureReader and tell it to only read the schema, e.g.

featurereader schema


jakeweaver
Participant
Forum|alt.badge.img+1
  • Author
  • Participant
  • 7 replies
  • May 11, 2021

Thanks! - I hadnt realised the difference between the Schema Reader and a FeatureReader. Useful - very appreciated.