Tagged Questions
1
vote
0answers
182 views
Connect QGIS to MSSQL view (i.e. not a table)
I've got a MSSQL view containing data I want to show in QGIS. The view transforms a BLOB field containing WKB that is in one of my tables into a SQL geometry, which QGIS will be able to display.
...