sp_procedure_params_managed - how to eliminate these calls from EnterpriseLibrary?

Posted by frankadelic on Stack Overflow See other posts from Stack Overflow or by frankadelic
Published on 2010-05-07T02:44:31Z Indexed on 2010/05/07 2:48 UTC
Read the original article Hit count: 754

We noticed in a SQL Server Profiler trace that this proc is being called:

sp_procedure_params_managed

Each call has 350+ reads in the trace!

We are using Microsoft.Practices.EnterpriseLibrary.Data in an ASP.NET front end.

How can we eliminate these stored procedure calls? We are not explicitly calling it in code.

I'm running Sql Server 2005 and Enterprise library 3.1.0.0.

© Stack Overflow or respective owner

Related posts about enterprise-library

Related posts about sql-server-2005