c# - Calling stored procedure from Entity Framework that uses BCP -


my company decided move asp.net mvc bells , whistles. 1 of technologies use entity framework.

i need call stored procedure runs few selects , writes data flat file using bcp. when execute stored procedure using ssms, works fine, when let execute through entity framework, bcp command doing export hangs until connection times out.

i have started sql server profiler , managed grab call stored procedure being sent through, works when ran thru ssms. if open task manager , end bcp process, stored procedure continues processing else without hassles.

what causing , how can stored procedure run using entity framework?


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -