DBAsupport.com Forums - Powered by vBulletin
Results 1 to 4 of 4

Thread: How to Enhance Stored Procedure?

  1. #1
    Join Date
    Jun 2003
    Posts
    132

    How to Enhance Stored Procedure?

    Hi,

    I have a stored procedure that monitors daily data (insert data into monitoring table, compares two tables) I would like to add the following functionality to the stored procedure.

    1. If specific data exists in one table, but not in the other one, the current monitoring just totals the number of missing records. I would like to add the ability to store missing records in another monitoring table.


    I do not know how to call this trigger: if specific field is 0 get/insert missing records to another table. Any help/ideas are appreciated.

    Thank you

    Roman

  2. #2
    Join Date
    May 2000
    Location
    ATLANTA, GA, USA
    Posts
    3,135
    Hmm,

    Monitoring tool becomes application.
    Is it not bad idea?

    Tamil

  3. #3
    Join Date
    Jun 2003
    Posts
    132
    I am not sure what you mean by that response, but this is only a temporary solution until our DW is in production.

    Roman

  4. #4
    Join Date
    Jun 2003
    Posts
    132
    Does anyone have some sort of idea how this can be done?

    Thanks

    Roman

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width