Forum Replies Created

Viewing 15 posts - 841 through 855 (of 1,413 total)

  • Reply To: leave entitlement and balance

    tanehome wrote:

    Steve Collins wrote:

    tanehome wrote:

    Steve Collins wrote:

    Since it's a calculation based on the current state of the data couldn't you just use a query?  Why does the balance have to be stored? ...

    Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können

  • Reply To: Other methods of getting the true length of UTF8 String?

    .

    Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können

  • Reply To: Other methods of getting the true length of UTF8 String?

    .

    Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können

  • Reply To: leave entitlement and balance

    tanehome wrote:

    Steve Collins wrote:

    Since it's a calculation based on the current state of the data couldn't you just use a query?  Why does the balance have to be stored?  Perhaps it...

    Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können

  • Reply To: Other methods of getting the true length of UTF8 String?

    .

    Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können

  • Reply To: leave entitlement and balance

    Since it's a calculation based on the current state of the data couldn't you just use a query?  Why does the balance have to be stored?  Perhaps it could be...

    Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können

  • Reply To: difference between two times

    Disclaimer: I'm not saying this is the correct way to do this.  But it's compact and nice to look at imo.  String integers convert implicitly and time differences are easily...

    Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können

  • Reply To: Are the posted questions getting worse?

    Mission accomplished.  It only took 4 days.

    Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können

  • Reply To: Date time diff

    [Edit] I thought there was a typo in line 2 but the date difference seems to also need to include the day date.  Therefore, there's a typo in line 3...

    • This reply was modified 5 years, 8 months ago by Steve Collins.
    • This reply was modified 5 years, 8 months ago by Steve Collins. Reason: Combined dates and times by converting to datetime

    Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können

  • Reply To: aggregate value by group

    jcelko212 32090 wrote:

    What you posted is by definition not a table at all! The table must have a key. You cannot embed spaces in the data element name in any of...

    Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können

  • Reply To: aggregate value by group

    There are different ways to accomplish this.  Here's one.  In order to use the ROW_NUMBER function in the OUTER APPLY I created a table valued function called dbo.func_reserve_accuracy_amount.  When OUTER...

    Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können

  • Reply To: aggregate value by group

    [Edit] Ok, there were 2 updates above and this post was after the first without having read the second.  So I'm wiping it out.  To be updated if possible

    Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können

  • Reply To: aggregate value by group

    It appears this query meets the requirements, or maybe it's close?  Something like this

    drop table if exists #test;
    go
    create TABLE #test (
    ClaimID int NOT NULL,
    ...

    Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können

  • Reply To: Query

    Please have a look at this article about string splitters.  I think you're looking for something like this

    drop table if exists #stuff;
    go
    create table #stuff(
    sometext...

    • This reply was modified 5 years, 8 months ago by Steve Collins. Reason: Updated with Phil's sample data

    Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können

  • Reply To: Email CSV file

    thunter 5669 wrote:

    We have a stored procedure and job that will email out invoices daily. It all works great, however, we are trying to get the current date in the CSV...

    Aus dem Paradies, das Cantor uns geschaffen, soll uns niemand vertreiben können

Viewing 15 posts - 841 through 855 (of 1,413 total)