In a sql70 stored procedure, I use command:
insert into <target_table> select * from <source_table> to isnert records to target table
but the target table is to very big and has many indexes, the operation is very slow. I recompile several times but still slow. How to improve? please help...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.