Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)

  • RE: Error code:8152

    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...

  • RE: Hiding the Show/Hide details button on the Report Server

    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...

  • RE: XML Workshop 26 – SELECT * FROM XML

    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...

  • RE: Securing Reporting Services Reports

    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...

  • RE: Finding Jobs

    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...

  • RE: Can not delete a file in SQL Server Agent

    Thanks, that worked. I guess only one command per step.

Viewing 6 posts - 1 through 6 (of 6 total)