We have this view works fine:[code="sql"]SELECT geoCodekey, addressID, address1, address2, city, state, zipcode, Geoinfo, Latitude, Longitude, NewCounty, DesignationFROM dbo.member_addressJOIN pec.tGeoCodingData ON member_address.member_address_id = tGeoCodingData.addressID [/code]IF we add 'TOP 2000' to the above we get :Concurrency violationWhat can we to?
↧