Forum Replies Created

Viewing 15 posts - 136 through 150 (of 1,553 total)

  • RE: how to remove numbers from strings?

    You know... I was just wondering....

    Have you guys ever stopped and considered exactly what you're testing?

    Or how the tests are done? (which coincides with the 'what' btw)

    No, I haven't read...

  • RE: Adding workdays

    It's actually Sergiy's (or rather I saw him post it the first time I saw it, long time ago) 😉

    /Kenneth

  • RE: Adding workdays

    ... or Swedish... or any other non-english language where days are spelled differently 😉

    If you want to know which day of the week a given date is, then there is...

  • RE: how to do fast Stored procedure

    Yikes! :blink:

    A few things noticed before my eyes went blank...

    Cursor - get rid of it. Now, I didn't read close enough what it actually did, but I'd be surprised if...

  • RE: Passing Date Parameter to Sproc From VB6 via Crystal Reports

    Why not use the and and only unambigous, language and datesetting independent format we have?

    'SSYYMMDD'

    ..should work with any SQL Server anywhere in the world.

    /Kenneth

  • RE: Auto Column Check

    I have no idea about points...

    I think they are just another name for 'number of posts'....?

    /Kenneth

  • RE: Adding workdays

    Greg,

    ok, and how are these mails staged?

    one-by-one? By the thousands? (or millions?)

    Are you looking for the 'batch-approach' that Jeff speaks of, or is it less?

    Just trying to set the frames...

  • RE: Adding workdays

    Well, there seems to be a few different ways to implement this feature of 'workdays'...

    Atm it seems the race is about millions of rows in batchmode, and 30 days. But...

  • RE: How to rewrite a LEFT OUTER JOIN query?

    Well, according to these counts (they are the complete table?) it looks like your qyery is hitting just about every row. I'd expect this table to be scanned, since you're...

  • RE: How to rewrite a LEFT OUTER JOIN query?

    Is the 'problem column' indexed in any way?

    If it is, is the statistics up to date?

    How many rows are expected to have this value? ('NR' was it?)

    If it's too common...

  • RE: Adding workdays

    ..still down the 'you want a dates table' path... 😉

    Assume we have a very simple one. Fulldate and if the day is a holiday or not.

    Haven't tried this on any...

  • RE: Adding workdays

    I've found that date tables are fine for RBAR... but, how would you use the date table in this instance of batch code and still have some semblance of performance?...

  • RE: Adding workdays

    Greg Snidow (10/18/2007)


    Kenneth, I probably should refer to it as weekdays, but as far as my production is concerned no weekends are work days.

    Ah, ok. That's another story then....

  • RE: Auto Column Check

    Another idea... The penalty is only applied if the Delay is > 0.

    So, why not make Delay a computed column?

    Then any penalties in the Borrower table will be dynamic, and...

  • RE: Auto Column Check

    Yea, thought there might be something preventing that with the current looks of tables.

    Though, it seems like this is in the build-process, so perhaps some schema changes still is an...

Viewing 15 posts - 136 through 150 (of 1,553 total)