|
Posted by ENG RAMY on September 19, 2007, 4:42 am
Please log in for more thread options
you can run SQL Profiler aand filter it on you DB Only then run the report
then stop the trace .you will find the code of this stored procedure (just i
want you to know that it is not easy to understand)
ramy hassan
Retail Business Consultant
"Danny" wrote:
> What is this procedure call - and can it be called from within sql command
> line? Where can I see what it is?
>
> Thanks
> Danny
>
> --------- from Customer account Receivables QRP--------------
> ProcedureCall = "ListOpenAccountReceivableSummary"
> PreQuery1 = ""
> PreQuery2 = ""
> TablesQueried = "FROM #ListOpenAccountReceivableSummary LEFT JOIN Customer
> ON #ListOpenAccountReceivableSummary.CustomerID = Customer.ID "
> SelCriteria = ""
>
>
>
|