Packager not discovering difference in data
paul
Posts: 14
I noticed a problem with the generated data script in Packager not finding a difference in data between 2 tables. I have 2 databases which are identical (both were created using same package for testing reasons). I then open a table and change some data. This table where I changed data has 2 columns, an int and a smalldatetime, and data were updated in both columns. I then run Packager in an upgrade database format, with the database that has updated data being the latest version. No schema objects are found to be different, which is expected as only data has changed. Then on the data screen I only select the table in which I have changed the data. Then in the data script there is no sql for updating the data. It did not find the differences.
I ran the same comparison using SqlDataCompare and it found the differences just fine.
Why would this simple difference between databases not be seen by Packager?
Thanks for any help.
I ran the same comparison using SqlDataCompare and it found the differences just fine.
Why would this simple difference between databases not be seen by Packager?
Thanks for any help.
Comments
This isn't the command-line version of Packager, is it? We've found some discrepancies between the GUI and command line version in the way that it handles tables between two databases.
Thanks,
Paul
thanks for pointing this out. I could reproduce it here. It seems to happen everytime when there is no difference in the schema. It should work when the schema is different. Sorry about that. We will fix it for the next release.
Tilman