c# - Reporting Services is slow -
ok, have report in reporting services 2005 backed sql server 2005.
i use c# code generate 10 records. maybe 12 columns. there 6500 records in table.
i record records database , display them. reporting server isn't doing calculations or intense can tell.
the records created in db @ 3:57pm today. it's 4:11pm now. it's consistently taking 15 - 30 minutes run.
now, server hardware pretty (12 gigs, 4 cores, etc). under pretty heavy load. i'm guessing part of problem.
but there can speed process? sits on "report being generated" circle forever.
thanks.
edit: forgot mention have indexes setup on column rs uses fetch.
problem solved. moved faster server. found existing server being brought down other services.
Comments
Post a Comment