Forum Replies Created

Viewing 15 posts - 55,501 through 55,515 (of 59,067 total)

  • RE: Revisit What You Know

    Mal D!

    Glad to see your posts... thought I was the only wirehead with the idea of "Yes, perhaps its time to re-evaluate", but in the direction of maybe it's worth...

  • RE: parse string recursively

    Thank you...

  • RE: please help ... goods price list query

    Thanks for the feedback, Rom.

  • RE: parse string recursively

    Thanks.  It would be nice if you shared your solution with us... both the function and the cursor, please.

     

  • RE: parse string recursively

    First and foremost, Serqiy is correct... delimited data should not be allowed to be stored in the database.  The inserts to the database should be done via a staging table,...

  • RE: date format

    That's why you shouldn't format in the backend...

  • RE: Cursor for update result in loop...

    Okidoki

  • RE: please help ... goods price list query

    Boy, I'll say... dunno why I made the dupe check separate... must've been that old donut I ate this morning 

  • RE: Word count

    Wonder why Seric thought that technique required knowing what the words are?

  • RE: date format

    It's ok... that's why all the smiley faces...    you're doing the right thing... when you have a front end involved, let it do...

  • RE: date format

    Heh... the reason why you didn't find it in Books Online is because formatting dates for a GUI in SQL is a really bad idea for about a thousand reasons,...

  • RE: Revisit What You Know

    Ok... let's say that's correct for a minute... what does something like the following cost in the short term?  Nothing... schedule met... everyone was happy...

     What's it costing them now?  Somebody was...

  • RE: Tables with Foreign key reference

    Well kinda...

    Change the FK's to "CASCADE ON DELETE" and then you only need to delete from one table

    Lookup "cascading referential integrity constraints" in...

  • RE: please help ... goods price list query

    P.S.  If you do decide to go the temp table route as I suggested, then adding the appropriate indexes and a primary key on the temp table may help speed things...

  • RE: please help ... goods price list query

    Rom Beng,

    Something like this should do it for you... read the embedded comments for an explanation, please... I did not use your given table structures... this is all based on...

Viewing 15 posts - 55,501 through 55,515 (of 59,067 total)