Forum Replies Created

Viewing 15 posts - 151 through 165 (of 225 total)

  • RE: Is SQL trng apropriate for our needs

    There's three components here:

    - The way the data is stored in the database (are the tables and fields meaningfully named, and are there proper foreign keys to aid in building...

  • RE: An Impressive SQL Server

    I'll see your Homeland Security, and raise you a NASA, NSA, CIA, FBI, and ATO (Australian Tax Office) 😀

  • RE: An Impressive SQL Server

    Amazon, Google, Apple, eBay, Bing (?)

  • RE: Running as SysAdmin

    Steve Jones - SSC Editor (5/4/2011)I'd actually disagree somewhat with this. I do think the documentation is poorly done, and an afterthought on the product. However the vast, vast, majority...

  • RE: Running as SysAdmin

    Horatiu Ripa (5/4/2011)On the other hand, I saw pretty stupid things, from passing connection strings to invisible textboxes in webapps - more or less protected by some cryptography - to...

  • RE: Matrix report

    Then instead of making a matrix, make 12 column groups, one for each month and with a filter.

  • RE: Problem with Securing the Reports

    Agreed, though when you enter your credentials on that laptop are you still able to login? If not you might need to register additional names ("endpoints") on the report server,...

  • RE: SSRS Custom Code IF-THEN-ELSE Syntax Error

    You can't put THEN on its own line, it has to go after the IF.

    Aside from that, I haven't tried accessing a MVP from custom code before... are you sure...

  • RE: Matrix report

    This is a bit of a pain, I remember they've done (something) in 2008 R2 that pre-fills all the month names, I can't for the life of me remember what...

  • RE: Error when attempting to export report as Excel

    Does the report use any embedded code?

  • RE: Running as SysAdmin

    Forgive me in advance for a bit of a rant but by raising lack of knowledge about SQL Server security and then failing to offer any solution (other than saying...

  • RE: Report not found error

    rexyrexin (4/22/2011)


    Sorry, It was my fault. I was giving the wrong path in the database. It is working great.

    I have got the remote report server url and I can...

  • RE: ssrs 2008 report accessed via .net code

    It's quite easy to bang up the template code for a simple command line VS project to act just as if you were using the RS scripter (you add a...

  • RE: Report not found error

    The question needs some more detail.

    - You deploy it locally and can view it in BIDS?

    - You deploy it locally and can view it in IE?

    - You deploy to the...

  • RE: SSRS 2005: Subreport with parameters

    Yeah you should be passing the main report's parameters to the subreport, there's a tab listing parameters to pass along in the subreport control.

Viewing 15 posts - 151 through 165 (of 225 total)