Hello there,
I hope this is the right topic
In Microsoft SQL Server Management Studio I have a database with a table that contains Geo-Coordinates (x/y).
Are there experiences / examples of how these coordinates can be enriched within SQL by using xServer (country, city, postcode)?
For example by using a procedure?
Thanks a lot for any feedback
Best regards
Max Beermann
xServer / SQL
- Max Beermann
- Posts: 68
- Joined: Tue Oct 30, 2018 7:36 am
xServer / SQL
Max Beermann
Development Manager
WHEELS Logistics
Development Manager
WHEELS Logistics
Re: xServer / SQL
Hello Max,
I have no experience doing this directly in SQL server. All the software designs i have encountered always do this in middle ware since it usually has more powerful tools for handling web connections.
With regards,
Joost
I have no experience doing this directly in SQL server. All the software designs i have encountered always do this in middle ware since it usually has more powerful tools for handling web connections.
With regards,
Joost
Joost Claessen
Senior Technical Consultant
PTV Benelux
Senior Technical Consultant
PTV Benelux
- Bernd Welter
- Site Admin
- Posts: 2695
- Joined: Mon Apr 14, 2014 10:28 am
- Contact:
Re: xServer / SQL
Hello Max,
I once did this in the early 2000nds. Have no source to provide.
Worked within a trigger so each
- insert
- update on address columns
Was used to perform a call to the geocoding interface.
Honestly spoken this was more a nice experiment than a real need. Therefore I agree with Joost: use the DB as a storage and an application layer to provide a frontend.
Best regards from Austria
Bernd
Ps we implemented a user defined function in T-SQL which created clients through a DLL. This shows how old school this approach is.
I once did this in the early 2000nds. Have no source to provide.
Worked within a trigger so each
- insert
- update on address columns
Was used to perform a call to the geocoding interface.
Honestly spoken this was more a nice experiment than a real need. Therefore I agree with Joost: use the DB as a storage and an application layer to provide a frontend.
Best regards from Austria
Bernd
Ps we implemented a user defined function in T-SQL which created clients through a DLL. This shows how old school this approach is.
Bernd Welter
Technical Partner Manager Developer Components
PTV Logistics - Germany
Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning...
Technical Partner Manager Developer Components
PTV Logistics - Germany
Bernd at... The Forum,LinkedIn, Youtube, StackOverflow
I like the smell of PTV Developer in the morning...
- Max Beermann
- Posts: 68
- Joined: Tue Oct 30, 2018 7:36 am
Re: xServer / SQL
Hey there,
thanks for your feedback!
I will keep you informed, in case I have a solution / a need
Best regards (to Austria, Germany, anywhere in the world)
Max
thanks for your feedback!
I will keep you informed, in case I have a solution / a need
Best regards (to Austria, Germany, anywhere in the world)
Max
Max Beermann
Development Manager
WHEELS Logistics
Development Manager
WHEELS Logistics