Hi all,
I have two databases with identical schema. One was populated with information a while ago and one has since been updated. Is there a simple query I can run on a per table bases that will compare all rows and output the rows that have changed?
Its for SQL Server Mobile not SQL Server 2008 or anything. So my SQL is somewhat limited. Pretend it's vintage 2000 database engine.
Thanks for you help!
I have two databases with identical schema. One was populated with information a while ago and one has since been updated. Is there a simple query I can run on a per table bases that will compare all rows and output the rows that have changed?
Its for SQL Server Mobile not SQL Server 2008 or anything. So my SQL is somewhat limited. Pretend it's vintage 2000 database engine.
Thanks for you help!
Comment