I need to calculate the are of overlap between polygons in the same table. Idealy I would like to use mssql spatial capabilities for this (something like @a.SHAPe.STIntersections(@b.SHAPE).STArea()).
But I do not know how to do this for polygons in the same layer.
Thanks!
Freddie
I have knock up a little example for you that shows you how this can be accomplished.