Subject | Re: Merge records |
---|---|
Author | Adam |
Post date | 2007-06-19T04:23:28Z |
> I do not want by call table by table.You don't have an option. They need to be updated table-at-a-time. You
could query the system tables to locate the tables and fields of
interest, and generate appropriate update statements. At a pinch, this
could be done in a stored procedure.
Adam