I am trying to run an update on a table in 6.5. It is a large table with 250k records.
update bla
set field2=field1
It never finishes or gives an error. Eventually I stop the query and the transaction log is full. It is small business version of 6.5 which I just learned has a 1gb limit. I can't expand the trans log because of the licnse limit.
What can I do?
Thanks
Uncle Mike
update bla
set field2=field1
It never finishes or gives an error. Eventually I stop the query and the transaction log is full. It is small business version of 6.5 which I just learned has a 1gb limit. I can't expand the trans log because of the licnse limit.
What can I do?
Thanks
Uncle Mike