Posted by ZeldorBlat on 10/23/06 00:07
tamatem wrote:
> I made ahuge load script in SQL Server 2000 as i load data from many
> tables(select some of each one collumns) into one single table and i
> want to test the loaded data against the selected data to make sure
> that the loaded data is the same the selected data
> is there a code or tool to make this test or monitoring ?? please
> urgent ....
So you did a select ... into query? I'd be curious to know why exactly
you want to compare the two tables. Do you not trust the server to do
it correctly? It isn't really like a file copy or network transfer
where it's subject to errors.
Navigation:
[Reply to this message]
|