Viewing 15 posts - 1,516 through 1,530 (of 2,469 total)
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 ?!?!...
August 3, 2005 at 10:06 pm
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...
August 3, 2005 at 9:37 pm
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...
August 3, 2005 at 9:08 pm
nothing wrong with wishful thinking - dream on darrell - !
August 3, 2005 at 8:54 pm
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...
August 3, 2005 at 6:41 pm
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
...
August 3, 2005 at 6:33 pm
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...
August 3, 2005 at 5:50 pm
Hi Darrell - just out of curiosity - did you manage to get out of the madding crowds into the lush meadows of the countryside ?!
August 3, 2005 at 2:32 pm
you could "union" the 2 resultsets...
August 3, 2005 at 2:24 pm
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...
August 3, 2005 at 12:34 pm
oops - my bad...didn't read the post carefully enough - yes - dcpeterson did post the exact same solution....rats - can I never be right ?!?!
August 3, 2005 at 12:22 pm
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...
August 3, 2005 at 12:20 pm
No Bryan - I would never elevate myself to that altitude (compare myself to remi - that would be arrogance on my part indeed!)
...stands...
August 3, 2005 at 11:54 am
...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...
August 3, 2005 at 11:51 am
Viewing 15 posts - 1,516 through 1,530 (of 2,469 total)