SQL Server Stored Procedure Timing Out In SSRS Report Builder

sadmicrowave

I have a stored procedure that I've tested over and over again in SQL Server Management Studio and it works fine, returning results in roughly 3 seconds; however, when I add the Stored Procedure as the Query Type for a new DataSet in Report Builder and attempt to, either run the report or execute the SP through the built-in Query Designer the execution call times-out. I haven't even used the dataset yet in any area within the report (Tablix's or Charts).

I've made sure that the Data Sources credentials are setup properly and even tested the connection to the DB and received a successful connection statement.

I have the Dataset Time out property set to 0 which should mean no timeout. Clearly, the timeout I'm receiving is being handled by the SQL Server rather than the Report Builder in this particular case.

What would make the Stored Procedure execute properly and efficiently (speed-wise) when executed from the server, but time-out when executed from Report Builder?

I'm running 2008 R2.

Please help! Thanks in advance.

user2518339

Most time-out errors occur during query processing. If you are encountering time-out errors, try increasing the query time-out value. Make sure to adjust the report execution time-out value so that it is larger than the query time-out. The time period should be sufficient to complete both query and report processing.

Thanks
Venky

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Stored Procedure timing out

From Dev

Launching a SQL Server report using a stored procedure

From Dev

Launching a SQL Server report using a stored procedure

From Dev

Jaspersoft Report using SQL Server Stored Procedure

From Dev

How do I get an accurate timing of a SQL Server stored procedure?

From Dev

SSRS Report Timing out in Production Server (except after refreshing 3 times)

From Dev

SQL server : stored procedure

From Dev

How to figure out why is the cursor failing in a stored procedure in SQL Server?

From Dev

SQL Server 2016 CLR Stored Procedure with nullable out parameter

From Dev

SQL Stored Procedure works fine in SQL Server Management Studio, but not in Reporting Services (SSRS)

From Dev

How can I specify a Stored Procedure to be used in the SSRS Report Wizard?

From Dev

SQL Server Stored Procedure Parameter

From Dev

sql server stored procedure IN parameter

From Dev

Keyword SQL Server stored procedure

From Dev

SQL Server: using IF with as in stored procedure

From Dev

Error in SQL Server stored procedure

From Dev

SQL Server Stored Procedure select

From Dev

SQL Server Stored Procedure Parameter

From Dev

Executing a stored procedure in SQL Server?

From Dev

Expression in stored procedure sql server

From Dev

SQL Server stored procedure if exists

From Dev

Sql server stored procedure and indexes

From Dev

Stored procedure in SQL Server 2012

From Dev

IF condition in SQL Server stored procedure

From Dev

SQL Server stored procedure with condition

From Dev

Create stored procedure on SQL Server

From Dev

Laravel SQL Server Stored procedure

From Dev

SQL Server Stored Procedure Optimization

From Dev

SQL Server : IF THEN ELSE in stored procedure

Related Related

HotTag

Archive