Forum Replies Created

Viewing 15 posts - 76 through 90 (of 130 total)

  • RE: insert into table variable

    i am not getting any error msg,the query is executing indefinite time,

    if i put insert into @temp7

    without it i am getting data

  • RE: insert into table variable

    i mean @temp7 ,its not getting into @temp7

  • RE: insert into table variable

    this is not working,

    i am calling another sp.

    but its not getting into @temp table.

    insert into @temp7

    EXEC pPortfolioDashboard

    @Portfolios = @AdjustPortfolio,

    @FromDate = @FromDate,

    @ToDate = @ToDate,

    whats wrong,how to...

  • RE: just curious

    got clear now.

    thanks,thats what i wanted to know

  • RE: boolean value

    that was not code,i was just explaining you.

    anyways so it will take + in portfolio after that

  • RE: boolean value

    ALTER procedure[pPortfolioDashboard]

    ------Required parameter----------------

    @SessionGuid nvarchar(48),

    @FromDate datetime,

    @consolidate bit,

    ---optional parameter-------------------

    ...

  • RE: boolean value

    do i need to put any variable,how can i put just this statement

    suppose i declare @boolean bit,

    now case

    it wont wokr

  • RE: boolean value

    where i need to put this statement,in sp or in the report,if in the report where?

  • RE: dataset error

    thanks Lynn.Got solve myself.

    i needed to use table variable as it is stored in the memory.i was displaying my result with temp.

    so ssrs was not picking it up

  • RE: dataset error

    i gave you ddl of my temp table.

    if i remove temp table ,and just keep select statement,i am not getting any error ,in dataset in report.

    like

    @Portfolios or @PortfolioObjectID cannot both...

  • RE: dataset error

    create table ##temp1(shortname nvarchar(255),

    portfoliobaseid int,

    ...

  • RE: dataset error

    need a suggestion

    i am putting my select statement in temp table.

    if i remove this temp and only keep select ,i am not getting this error.

    Is there any limitation of...

  • RE: Trace a particular sp

    my question is particular sp.

    i dont find option to put its name

  • RE: dataset error

    i dont know ,if anybody knows,but my all previous sp has same thing that i am doing.

    and its working fine

  • RE: replace function

    i posted in ssrs thread.

    nobody is giving me reply

Viewing 15 posts - 76 through 90 (of 130 total)