We have our tax database in sql server and have it connected to our parcel layer via a join. Which works fine for name changes. The problem we would like to overcome is an easy way of identifying parcel splits as they are created on a daily basis using our live connection to the sql server. We need to identify these new records and create the polygon representing the new parcel, is there a way of accomplishing this? Possibly with a query or other method?
Thanks in advance