Forum Replies Created

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

  • RE: Create a table name from 2 or more strings

    Brilliant. That's exactly what I wanted.

    Thank you.

  • RE: IS NULL in a Case Statement

    One day I'll learn to give you all the information at the first go.

    There are more different stages then just Bus_Written and I need to include them too. That's...

  • RE: IS NULL in a Case Statement

    Sorry, here the the complete statement

    Select

    oppo_opportunityref

    ,oppo_stage

    ,oppo_closed

    From

    Opportunity

    Where

    Case Oppo_stage When 'Bus_Written' Then...

  • RE: Connection Manager Error

    I found out the proble. I was using a mapped drive in my connection string and not the full connection string. Once changed the report worked fine.

  • RE: Connection Manager Error

    I have managed to create a proxy account and assign myself to it but I'm still getting error messages every time I run it. The message now reads:

    11/19/2012 10:21:31,AML Data...

  • RE: Connection Manager Error

    JXYZCUSR has read access but not write access.

    I see that the job was invoked by me (ELSTREE/ssmith) but executed by JXYZCUSR. How do I change JXYZCUSR to ssmith?

  • RE: Connection Manager Error

    Going on from this, I'm trying to use this SSIS package in a SQL Server Agent job. I create a new job, add a step using the SSIS package and...

  • RE: Connection Manager Error

    Thanks for the help. Setting the property to false worked. I knew it would be simple. 🙂

  • RE: Field Names

    Thanks guys. That was a great help.

  • RE: Field Names

    Thanks for you help.

    To take my problem one stage further, what I'm really trying to do is find every record in my database that has a companyid of 8514. How...

  • RE: Invalid Column Name error

    Thanks for the help. That seems to have worked.

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