Forum Replies Created

Viewing 15 posts - 12,361 through 12,375 (of 26,486 total)

  • RE: insert into table variable

    riya_dave (4/27/2012)


    ok.is there any other way i can take second sp 's result into first one.

    Yes, but since we can't see what you see not much chance of that happening...

  • RE: Are the posted questions getting worse?

    Sean Lange (4/27/2012)


    This post, http://www.sqlservercentral.com/Forums/FindPost1291791.aspx is when it is nice to show stupid amounts of patience. It seems this person is finally starting to realize the importance of posting ddl...

  • RE: Are the posted questions getting worse?

    L' Eomot Inversé (4/27/2012)


    GilaMonster (4/27/2012)


    Lynn Pettis (4/27/2012)


    Gail, without really digging into this, isn't this just an expensive NOP?

    Yup.

    On the plus side, SQL's smart enough not to log the update.

    Or maybe...

  • RE: insert into table variable

    riya_dave (4/27/2012)


    i am doing it already.still not getting anything

    Well then, nothing more we can do here as you refuse to provide that which we need to really help you. ...

  • RE: just curious

    opc.three (4/27/2012)


    ...on second thought...comment removed...

    Dang, had three minutes to see what you said and I missed it. 😛

  • RE: insert into table variable

    riya_dave (4/27/2012)


    but without it i am getting data into seconds ,and with it its running more than 7 minutes ,still not getting data

    You really don't want to hear my next...

  • RE: insert into table variable

    riya_dave (4/27/2012)


    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

    How do you know that the data isn't...

  • RE: just curious

    ColdCoffee (4/27/2012)


    Lynn Pettis (4/27/2012)


    Just remember, he isn't showing us actual code.

    He? the names sounds like a SHE :-D. Whats your take ?

    {Lets, for fun, hijack this thread :-P}

    I use the...

  • RE: insert into table variable

    riya_dave (4/27/2012)


    i mean @temp7 ,its not getting into @temp7

    Then, as Gail asked, define "not working." Are you getting an error message? If so, how about showing us the...

  • RE: insert into table variable

    riya_dave (4/27/2012)


    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...

  • RE: Are the posted questions getting worse?

    GilaMonster (4/27/2012)


    Evil Kraig F (4/27/2012)


    If you put an infinite number of monkeys at an infinite number of computers, one of them will design the perfect application.

    If you use 10,000 monkeys,...

  • RE: just curious

    opc.three (4/27/2012)


    Lynn Pettis (4/27/2012)


    ColdCoffee (4/27/2012)


    I guess the OP wants to know why NULL cannot be used with = operator but can be used with the keyword IS

    Riya_dave, it depends on...

  • RE: Are the posted questions getting worse?

    Evil Kraig F (4/27/2012)


    So two things.

    1) Who's heading to SQL Saturday in Phoenix? I know Steve's going and I'm looking forward to meeting him, any other threadizens? Oh,...

  • RE: just curious

    ColdCoffee (4/27/2012)


    I guess the OP wants to know why NULL cannot be used with = operator but can be used with the keyword IS

    Riya_dave, it depends on this setting of...

  • RE: just curious

    You need to use IS NULL or IS NOT NULL when checking for a null value. You need to remember the null = null is NOT true. Also null...

Viewing 15 posts - 12,361 through 12,375 (of 26,486 total)