Microsoft
Software
Hardware
Network
Question : SSRS Report Speed issue
Hi Experts,
Im running a report in SSRS 2005.
I noticed that when running under sysadmin account it would run in 5 seconds while running with a low privilege account with just select permissions would take around 75 seconds.
Any clue why this happens?
Answer : SSRS Report Speed issue
hi
when u write
cmd.Parameters.AddWithValu
e("@SPMess
age", "");
then length of @SPMessage set to char(1) but then sp parameter is char(100) in casting (in C# code in return) the the @SPMessage is truncated
Random Solutions
Cannot use IP address to get into the web page
sort a crystal 2008 report based on a running total
Remove Private Calendar Invitation in Outlook 2003
VS 2008 C# DataGridViewButtonColumn fires twice
no previous versions in windows 7 on a windows 2003 SBS
SQL Query using SQL Plus in Oracle 10g
Adding another domain email address to Exchange Server 2000
Java app logs cpu expensive
CentOS 5.3: iptables: remote logins lock outs?
PHP not processing on Apache2/Ubuntu 8.04 server