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
I've broken the certificates in SBS 2008
tell if an item value has changed
Ms Access how do I to run a query based off a table
Date increment loop using Javascript in Pentaho Data Integration
Overclock my Phenom II X4 945 Processor
using one procedure with for parameteres to open forms
How do I stop my fonts from shrinking. Is it a css zoom issue?
VMware ESXI 4 Video Card Video RAM setting
Access Open Form Problem
How do I retain the parameters in a URL ASP.NET / Visual Studio