Viewing 2 posts - 1 through 2 (of 2 total)
Try just this:
EXEC [SCC Admin].[dbo].[spMyReport] @date, @int, @bigint
as the recordset.
@date, @Int, @bigint will now be parmaters for the report.
July 1, 2005 at 6:47 am
#570290
The rendering of the report may not be timing out but the IE session maybe timing out. IIS times out session after 20 minutes by default. That is the message...
June 9, 2005 at 5:16 am
#564144