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
config samba on gui interface
modify vb script to also get last logged on username or display name
Telnet problems with a new Solaris 10 installation
Hide/Unhide Objects through VBA
where i can download window xp 64 bit edition CD from internet ?
Add menu item to isv config to go to a guid-specific http location
store values from stored procedure in variables
error :conversion of a char data type to a datetime data type
how to be able to push several files to ftp server, i receive 503 on fifth file, how to reuse ftp connection?
Trying to create a grid-paper like grid in java...