visual studio 2010 - SQL Server Reporting Services Returns Too Many Records -
I have 3 large tables in SQL Server 2012 that are related to all phone numbers. ..
"An error occurred during the local report process that occurred during the processing of an error during the processing of an exception occurred. 'System: When I create a report with Visual Studio BI reporting wizard I receive the following error The auto-exception was thrown "."I think the report is returning too much records if it is run. How can I turn it on? Or other suggestions?
The query used in the report is given below
select table1.customer_phone, table2. PhoneNumber, table3.ANI LMIRSIONS from within table1 table2.PhoneNumber based on combination = table1.customer_phoneInbound table2.PhoneNumber = table3.ANI
join table3
Consider adding one or more add report to the returned SSRS to limit the number of records:
. By looking atIt may be wise to see the parameters -
-
A parameter may be considered below
PhoneNumber
value By limiting the results of the report by date and / or time also (table nameLMIRSessions
, which I can expect from columns such asSessionStart
andSessionEnd ).
In the last (also the table name
LMIRSessions
), there are probably the results of the report by the Session Type (narrow to identify by the potential criteria are ) Or result (s).
It may also be wise to consider the report result even without domain-specific filtering parameters like I suggested above, To limit the number of records you can use (and require the necessary resources)
Comments
Post a Comment