Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: SQLServerCentral apologizes and you can win a book

    Plagarism.... no good. But kudos to you for doing the "next right thing".

    Here's my query:

    [font="Courier New"]DECLARE @BillingMonth int = 201312

    with cteInvoices as (

    SELECT hdr.InvoiceHeaderId

    , smry.BillingMonthIndex

    , CompanyId =...

Viewing post 1 (of 1 total)