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
Post a Comment