I have a farily large database on a slow network and I am using a thrid party tool to update data which calculates other fields and so on.
I have a guid string with an empty box (weird glyph - seen in shapefile tables before) in the middle of the string for just a few records, seemingly random.
{D62D[][]1F1-CA71-4490-B940-046E61989DA6} {A16659DF-7131-4[][]E-8DFF-DBF71257DC08}
the empty boxes are not brackets..I just did that for the example - they are empty boxes.
Question1. I would like to use python or some other script/sql to run the entire database 300,000 records to see if this is present else where?
Question2. What are possible causes?
Question3. How would this be related to exporting the database?
Thanks.
Justin