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

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -