Forum Replies Created

Viewing 7 posts - 1 through 8 (of 8 total)

  • RE: Login Failure

    calvo (6/1/2011)


    And you're not able to see the report site at all?

    You've checked your UAC settings?

    Turning off UAC fixed it, though I don't understand why that would matter. Do...

  • RE: Login Failure

    calvo (6/1/2011)


    start IE as admin like you've done. Add the report server url to your trusted sites tools -> options -> content -> trusted sites -> sites. Add http://localhost* and...

  • RE: Login Failure

    calvo (6/1/2011)


    A few questions about your setup first.

    Is the reporting server on a seperate machine?

    Is the reporting server in a different domain?

    Are you a local administrator on the reporting server?

    First,...

  • RE: SQL DISTINCT on Multiple Columns

    I also consider that these two SQL scripts are completely different and thus shouldnt be considered alternatives for each other

    SELECT PostCode, COUNT(Postcode)

    FROM

    (

    ...

  • RE: SQL Server 2005 Paging – The Holy Grail

    This article introduces a novel approach (in my experience) to tackling an old problem, and I think the concept behind it is great. However, the article could have been...

  • RE: Cross Tabs and Pivots, Part 2 - Dynamic Cross Tabs

    Another excellent article, Jeff. I liked it as much as, or better than, part one. I especially liked your usage of concatenation to generate the columns in the...

  • RE: Cross Tabs and Pivots, Part 1 – Converting Rows to Columns

    Just wanted to say: excellent, well-written article. Kudos.

Viewing 7 posts - 1 through 8 (of 8 total)