dbTalk Databases Forums  

How to check datatransfer AS400 Production database to SQL Server

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss How to check datatransfer AS400 Production database to SQL Server in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Annabel
 
Posts: n/a

Default How to check datatransfer AS400 Production database to SQL Server - 08-05-2005 , 09:58 AM






Hi all,

I need to transfer data of a production server (as400) which mutates 24
hours a day to a sql server 2000.
Since it is important that this transfer is right and complete. I want
to check with hash totals and recordcounts if the transfer was
allright.

What is the best way to do this? I tried to compare the totals before
and after the transfer, but this is not working because its possible
that somebody inserted a new record.

Hope somebody can help.


Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: How to check datatransfer AS400 Production database to SQL Server - 08-06-2005 , 05:49 AM






Can you compare keys?

How would you know that a row was valid for transfer to SQL Server? Is this
still not valid afterwards?

You could stage the rows to be moved on te AS400 so you are not comparing a
moving target with the SQL Server.

--



Allan Mitchell MCSE,MCDBA, (Microsoft SQL Server MVP)
www.SQLDTS.com - The site for all your DTS needs.
www.SQLIS.com - You thought DTS was good. here we show you the new stuff.
www.konesans.com - Consultancy from the people who know


"Annabel" <anke.ruigrok (AT) adecco (DOT) nl> wrote

Quote:
Hi all,

I need to transfer data of a production server (as400) which mutates 24
hours a day to a sql server 2000.
Since it is important that this transfer is right and complete. I want
to check with hash totals and recordcounts if the transfer was
allright.

What is the best way to do this? I tried to compare the totals before
and after the transfer, but this is not working because its possible
that somebody inserted a new record.

Hope somebody can help.




Reply With Quote
  #3  
Old   
Annabel
 
Posts: n/a

Default Re: How to check datatransfer AS400 Production database to SQL Server - 08-08-2005 , 02:42 AM



<<Can you compare keys?>>
Yes I have keys which i can compare


<<How would you know that a row was valid for transfer to SQL Server?
Is this
still not valid afterwards? >>

Good point, I didn't think about that one yet.


<<You could stage the rows to be moved on te AS400 so you are not
comparing a
moving target with the SQL Server. >>
I am going to discuss this with our database administrator.

Thanks for thinking with me!


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.