|
Posted by Jψrn Dahl-Stamnes on 02/26/07 13:19
Jerry Stuckle wrote:
> And when you say the data is different - exactly what is different about
> the two? There could be lots of things going on here, and without
> knowing what's different, it's impossible to say.
I just did another test. First I modified the upload script so that the
uploaded file is not deleted after the data has been inserted into the SQL
server.
From the same client using the same file, I uploaded the file to both the
test and the prod server. Then I compared the two files with the original
files:
size name
-----------------------
114176 org_file.doc
114182 prod_file.doc
114176 test_file.doc
As you can see, the file uploaded to the prod-server is larger. Doing a
'diff -a org_file.doc prod_file.doc > x' and then analyzing the output, I
found that there is 6 different sections found.
If you like to take a look at the files, you can download them at:
http://www.dahl-stamnes.net/dahls/Misc/files.tar.gz
(note, they are in norwegian... ;-)
--
JΓΈrn Dahl-Stamnes
http://www.dahl-stamnes.net/dahls/
[Back to original message]
|