Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)

  • RE: How to target transactional values with an aggregate amount?

    I believe I finally figured out on my own the best approach on getting my desired results. I first thought that a While Loop syntax would be the appropriate direction...

  • RE: Removing records with while loop

    I believe I finally figured out on my own the best approach on getting my desired results. I first thought that a While Loop syntax would be the appropriate...

  • RE: Removing records with while loop

    Okay.. I have attached a visualization. You will see two data sets; first one is what you will see when you run the virtual logic table and what you...

  • RE: Removing records with while loop

    Great!! I didn't know if you got to see my verbiage in my first message (towards the bottom), but in the event you haven't I'll add it here:

    So I need...

  • RE: Removing records with while loop

    My apologies! my first time using the site with visual example: here is a virtual table you can use:

    CREATE TABLE #temptable (ReportingMonth Varchar(6), Fee_Code Varchar(20), Fee_Transaction_Amount Decimal(12,2), Fee_Transaction_Date...

  • RE: Mortgage amortization table

    Thank everyone for all the relative insight!

    I believe I found a solution with regards to amortizing mulitple loans at once; In the section where you are creating cluster indexes:

    CREATE CLUSTERED...

  • RE: Mortgage amortization table

    Yeah I realized from all the postings that this subject has not been in the fore front, but as an avid T-SQL user I am tasked to create an amortization...

  • RE: Mortgage amortization table

    Hello Greg!

    I love you your logic regarding the Mortgage Amortization table. I was wondering if there was a way to tweak the logic to allow for multiple loans? ...

Viewing 8 posts - 1 through 8 (of 8 total)