Forum Replies Created

Viewing 15 posts - 1,516 through 1,530 (of 2,469 total)

  • RE: How do I execute a SP and get the result into a temp table

    Or you could wrap the entire process in your stored procedure - by selecting the results of your sp into a temp table and then querying the temp table ?!?!...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: SELECT in Stored Procedure

    oh - yours' is a much better idea darrell!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Need Help on SqL Server Script

    in the set portion of the update stmt, why is it that u specified "v_polno" instead of "@v_polno"? same for the rest of the vars .. is the use of...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: SQL Server problem!

    Rats - I just spent the last half an hour typing out the various steps - only to have the whole text "vanish" - ctrl z isn't bringing it back...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Salaries are up!!!

    nothing wrong with wishful thinking - dream on darrell - !







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Salaries are up!!!

    Well - the (offshore) bubble was bound to burst - just not convinced that its' time has come (foote report or not...)!

    If the salaries are indeed up...maybe we won't need...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: SELECT in Stored Procedure

    Ian - one way of doing this would be:

    create procedure chkBarCode

    @barCode Int

    as

    declare @salesOrderNumber int

    if exists(select salesOrderNumber from tblSales1 where barCode = @barCode)

    begin

    ...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Do You Talk Salary in the Interview?

    mom - you're right about not worrying too much...I'm (more than a little) apprehensive about being out on the job market again (have too much of a retiring nature to...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Do You Talk Salary in the Interview?

    Hi Darrell - just out of curiosity - did you manage to get out of the madding crowds into the lush meadows of the countryside ?!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Limit data retreived in a Matrix

    you could "union" the 2 resultsets...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Get first row in an Outer Join

    Also the fact that I passed at most 45 minutes in 2 weeks on the site qualifies as staying away from it in my case...

    I agree - that's why I...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Get first row in an Outer Join

    oops - my bad...didn't read the post carefully enough - yes - dcpeterson did post the exact same solution....rats - can I never be right ?!?!







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Get first row in an Outer Join

    1 - you're right - that WAS yesterday!

    2 - dcpeterson did NOT post the SAME solution - his includes the oldQuoteID

    3 - I lost several bets - the most important...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Get first row in an Outer Join

    No Bryan - I would never elevate myself to that altitude (compare myself to remi - that would be arrogance on my part indeed!)

    ...stands...







    **ASCII stupid question, get a stupid ANSI !!!**

  • RE: Do You Talk Salary in the Interview?

    ...most people change job is to get more money or flex time or vacation time..

    sometimes they get laid off or their project contracts do not get extended....(something that may happen...







    **ASCII stupid question, get a stupid ANSI !!!**

Viewing 15 posts - 1,516 through 1,530 (of 2,469 total)