Viewing 6 posts - 1 through 6 (of 6 total)
I get this on certain SQL Server Agent Jobs. When I try to view the Job history of certain SQL Server Agent jobs, I get that error.
As a work...
October 25, 2010 at 4:05 pm
To hide the 'Show Details' button, add the following to your ReportingServices.css file.
#ui_btnSwitchView
{
visibility: hidden;
}
As stated this does hide the Show Details button for everyone, including Admins. However, I created...
October 14, 2010 at 4:35 pm
Thank you so very much for this article and the link to the source code for the function XMLTable. I am definitely making use of it.
I am querying the...
June 30, 2010 at 1:46 pm
Nice article. We have hundreds of reports with tens of agencies accessing those reports restricted to only their data. My solution to this was creating a stored procedure which...
May 18, 2010 at 10:26 am
I was unable to make use of the Phase II code, but had very good success using the code from Phase I. I am using SQL Server 2005.
In fact, I...
May 6, 2010 at 10:21 am
Thanks, that worked. I guess only one command per step.
October 15, 2009 at 12:35 pm
Viewing 6 posts - 1 through 6 (of 6 total)