Need help:What is the best way to update SQL (V7) database?<br>
Receive about 500,000 records every week - need to check if ea record already exist. If it does, need to check which column(s) needs to be updated, otherwise add record to database<br>
is there a simple solution?<br>
<br>
Does a cursor work? scan import database. check every record for existance and either update or add.
Receive about 500,000 records every week - need to check if ea record already exist. If it does, need to check which column(s) needs to be updated, otherwise add record to database<br>
is there a simple solution?<br>
<br>
Does a cursor work? scan import database. check every record for existance and either update or add.