Since the geo-spacial function called STContains is only available in SQL Server 2012, what's the similar function I can use to get the same or similar results in SQL Sever 2008?
Is STIntersects feasible option?
Cheers!
Since the geo-spacial function called STContains is only available in SQL Server 2012, what's the similar function I can use to get the same or similar results in SQL Sever 2008?
Is STIntersects feasible option?
Cheers!
Copyright © 2021 Jogjafile Inc.
STContainsIS available in SQL Server 2008.See SQL-Fiddle-Demo.