Consolidation of table

  • hi

    How can we check that the consolidated tables were generated correctly?

    Is there any tool in SQL?

    thanks

  • daveriya (2/27/2011)


    hi

    How can we check that the consolidated tables were generated correctly?

    Is there any tool in SQL?

    thanks

    What do you mean by a consolidated table?! :unsure:

  • for example,

    At the end of each month, a new table is created for each bank that contains monthly metrics consolidated at the account level.

    for example, for jan

    bank1_200901

    bank1_200902

  • daveriya (2/27/2011)


    hi

    How can we check that the consolidated tables were generated correctly?

    Is there any tool in SQL?

    thanks

    You do this by making sure that the code that generated the tables is working correctly. That is done by testing prior to release to production.

    --Jeff Moden


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.
    "Change is inevitable... change for the better is not".

    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)
    Intro to Tally Tables and Functions

  • daveriya (2/27/2011)


    At the end of each month, a new table is created for each bank that contains monthly metrics consolidated at the account level.

    If you just want to check the tables exist, look in the sys.tables view.

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply