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
VBA syntax to include a specific directory and a selected file
What is the VB code to extract all fields from an access query/table?
how to deploy/update custom textfile into custom folder using GPO ?
visible white box where there is a margin??? PLEASE HELP!
How do I alter this flash file?
currency in float
Clock will not stay set to proper time
How to identify the sql statements executed against a database in db2 installed on Linux
In ACCESS (2007) - Is there a way to set a feilds defualt value to a combination of 2 fields
Question about BATCH file - stored values??