Questions tagged as 'stored-procedure'

1
answer

LINQ stored procedure

I'm calling a stored procedure through entityframework but I get an exception When passing the parameters exp="tblAdquiridosGe" _cFiltros="'d.cNombre = ''DE'''" return contexto.uspBusquedaCliente(exp,_cFiltros) But when I run th...
asked by 22.08.2018 / 18:15
1
answer

Concatenate Wheres in a Stored Procedures

Could you help me create a query through a Stored Procedure? to select Sales with: pClient (only when it is not null) pProduct (only when it is not null) pSeller (only when it is not null) List of Sales (p From, PHase, Customer,...
asked by 18.04.2018 / 19:56