Re: Is there a tool for verifying data after merged access to mssqlserver

Re: Is there a tool for verifying data after merged access to mssqlserver

am 24.12.2007 21:30:47 von Ed Murphy

mymoup@gmail.com wrote:

> I want to verify data merged from access in sqlserver.but it has too
> many records .so i need a tool

In general, we need more detail than this.

Do you have an Access table, and a SQL table that's supposed to
match it? I would use Crystal Reports, with the main report accessing
the SQL table and a subreport accessing the Access table, then dump that
to Excel and re-sort it to find all the SQL records without a match on
the Access side.

Do you have a SQL table, and an Access database with a link to that
SQL table? I would use Profiler to see what queries Access was sending
to SQL. If the queries look correct, then maybe it's tripping over a
collation problem or something weird like that.