Ok so it's not hanging, It's taking a long time to insert the amount of rows from a specific table however this would help in other tables too. We have a few reps who have a quarter million rows of data that goes into their history. The table sn't that big,
2 uniqueidentifiers, an int, a varchar(20), 3 bits and a datetime. It seems though that it is quite slow while inserting these rows into the database.
I thought that the Sync Framework was using a SQLCEResultSet to do this since they can easily insert over a thousand records a second.
Is there a patch or hotfix that I can easily publish?
Thanks
Matthew Coleman