Forum Replies Created

Viewing 15 posts - 2,146 through 2,160 (of 11,678 total)

  • RE: Multivalue Paramater is problem in SSRS 2008

    Dinesh R. Nandwalkar (8/5/2014)


    Parameter query where am using multivalue

    select distinct hr_agreement_contract.atct_contract_status

    from hr_agreement_contract

    where isnull(hr_agreement_contract.atct_contract_status,'') not in ('A','L','P')

    Union

    select 'A'

    Union

    select 'L'

    Union

    select 'P'

    This is the query that fetches the value for the parameter,...

  • RE: Multivalue Paramater is problem in SSRS 2008

    Could you post the query here, in plain text?

  • RE: SSIS not installed

    hjvegt1960 (8/5/2014)


    Enterprise it is

    Developer edition costs around 60 dollar.

    I hope you didn't pay more for the enterprise version.

  • RE: Converting a SP into a query

    *duplicate post*

  • RE: Converting a SP into a query

    On a sidenote: why doesn't the business want a SP or temp table? Any reasons for that decision?

    (and why is the business meddling with technical stuff?)

  • RE: Converting a SP into a query

    You could use a table variable instead of the temp table. Be aware that this might have an impact on performance.

    Do you need a temp table by the way? Maybe...

  • RE: Multivalue Paramater is problem in SSRS 2008

    Dinesh R. Nandwalkar (8/5/2014)


    Hello

    I have developed report with parameter having multi value option. The report was developed in Microsoft Visual Studio 2010 and having SQL 2012.

    Acceptance environment report...

  • RE: SSIS not installed

    Is there a way you can uninstall SSDT first?

    If that doesn't work, you can perhaps download the Visual Studio 2012 version of SSDTBI, which can work with SSIS.

    ps: I hope...

  • RE: removing a comma

    ronan.healy (8/5/2014)


    its not a single column there is 20 columns in the file. I can see why its causing the error. on the column delimiter its set to comma(,)

    if I...

  • RE: SSIS OleDB command parameter problem

    Not sure why it doesn't work. What if you put the code in a stored procedure and you call that sp with the OLE DB command?

    On a sidenote: the OLE...

  • RE: SQL DBA high ended question (5+ years’ experience)

    Grant Fritchey (8/5/2014)


    "What's the difference between a deadlock, spelled d e a d l o c k, and a block, spelled b l o c k?" God I love that...

  • RE: SQL DBA high ended question (5+ years’ experience)

    Grant Fritchey (8/5/2014)


    You get a phone call. The person on the phone says the database is slow. What do you do?

    Migrate from Oracle to SQL Server? Do I get the...

  • RE: In-line variable assignment 1

    TomThomson (8/5/2014)


    edit: I'm amazed how many people fell for one of the two "only simple values, no expressions" options; and that only 44% got it right.

    The Interwebz, they never cease...

  • RE: removing a comma

    ronan.healy (8/5/2014)


    its a csv file and in the csv file is all in the 1 column so should be split out correctly

    Are you opening it in Excel?

  • RE: removing a comma

    ronan.healy (8/5/2014)


    its seems it has been slpit out before it reaches my replace.

    I have a flat file then the replace. but after I read the falt file its like this

    Counter...

Viewing 15 posts - 2,146 through 2,160 (of 11,678 total)