Hi ronnetp: thank you. Can you tell me the commands for bcp or bulk insert. I only know bcp and bulk insert are for transferring data between data file and sql server, I don't know how to do between tables.
thanks
Hi snoopyyu: thank you. Can you tell me the commands for bcp or bulk insert. I only know bcp and bulk insert are for transferring data between data file and sql server, I don't know how to do between tables.
thanks
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.