Bulk Insert Problem
Hi,
I have used bulk insert in stored procedure to load data from csv file to temporary tables.
Now, i have nested procedures (one calls another...). When the bulk insert part is executed sql server hangs. Process can not be executed further more. I am logged in with "sa" user.
so what can be the possible reasons for this?
Thanks in advance.
Please reply.
|