Forum Replies Created

Viewing 15 posts - 55,636 through 55,650 (of 59,067 total)

  • RE: Parsing string

    Eugene... wanna post some data from the file, please?

  • RE: Limiting returned rows in a query?????

    Guess you can't actually look into a book on Amazon anymore, huh

  • RE: Recurring values

    Ummm.... not quite that simple... need to distribute a batch of QTY 15 issues against 4 batches of QTY 5 each and do the calculation and forward the remainder.  Lot's...

  • RE: Problem with Date

    That's why the stored proc method is better.

  • RE: PATINDEX bug?

    Thanks for the feedback, Kung Lao.

  • RE: Rollup information within a table

    Is GROUP BY what you're looking for?

  • RE: Parsing string

    This sounds like the text version of a "name/value" table... I'm with MrPoleCat... if you could post a bit of the text table, perhaps we could help.

  • RE: Problem with Date

    I don't know what sqlcomm1.ExecuteNonQuery() does because I'm no GUI programmer... UPDATE's are actually a form of a query and that may be your problem (but dunno for sure).  But...

  • RE: How to get DELETED data from log ?

    Heh... and I just "assumed"... we all know what happens when you do that, eh

  • RE: tempdb size increased !

    Well... that depends... do you want to shrink the file or not?  The NOTRUNCATE causes the "freed file space to be retained in the files".  If you want to actually...

  • RE: tempdb size increased !

    Heh... not unless some fool thought it would be a good place to store permanent data

  • RE: Recurring values

    Sum of the quantities for a given part.  Quantity is add if the RowType is 'Receive', Quantity is subtracted if the RowType is 'Issue'.  Another name for 'RunningBalance' might be...

  • RE: Recurring values

    Haven't figured out the long term/shorterm things yet, but here's some more realistic data to play with... created a single "work" table just to help imagine what's being received and...

  • RE: Recurring values

    Heh... I think you're making a mistake using FLOAT on the RATEs (which I assume will be currency amounts of some sort).  If you don't think so, try this...

    July 24, 2007 at 10:48 pm

    #722123

  • RE: Recurring values

    Heh... I just noticed that the dates in the example data are in the "dmy" format which means the examples posted are not in the correct date order and the...

Viewing 15 posts - 55,636 through 55,650 (of 59,067 total)