CheckSum


hi, have data on device  and have data in sqlserver database.
i want compare data on device data in database make sure both same afterdownloading
what best way that. how can implement checksum on sqlserver tables compare checksum of data on device tables. make sure both data same.

i want same compare tables have synchronized , not.
at first wanted use build in sql command create checksums on columns , combine them checksum whole table found out compact sql server doesn't support that.

then serialized rows of table big string , ran checksum on that. found out, reason xmlserializer.serialize(...) produced different output on cf on full framework. (for example framework put single objects "objectlist" tag whereas cf didn't).

so i'm interested in solution well.

tobias


SQL Server  >  SQL Server Compact



Comments

Popular posts from this blog

Conditional formatting a graph vertical axis in SSRS 2012 charts

Register with Power BI failed

SQL server replication error Cannot find the dbo or user defined function........