Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I have to update some columns from several tables SQL server 7.
Some tables can have up to 17 millions rows.
I think it is a good idea to write 'update' statements that update only about 100.000 rows and repeat this step about 170 times.
To write a Perl script to automatize that seems to me a good idea (so I can monitor if the update is working well)
I am using an OBCD driver.
Can someone tell me if this is a good solution ?? Or someone has better ideas ???
Please tell me ...
Thank you
I have to update some columns from several tables SQL server 7.
Some tables can have up to 17 millions rows.
I think it is a good idea to write 'update' statements that update only about 100.000 rows and repeat this step about 170 times.
To write a Perl script to automatize that seems to me a good idea (so I can monitor if the update is working well)
I am using an OBCD driver.
Can someone tell me if this is a good solution ?? Or someone has better ideas ???
Please tell me ...
Thank you