Results 1 to 3 of 3

Thread: How to check a Table whether data is changed or not..??

  1. #1
    Join Date
    Sep 2005
    Posts
    43

    Question How to check a Table whether data is changed or not..??

    Hi..

    I got 10 Tables with data in it for 100 Loans. The data can be Good and Bad .....

    I had a Update Proc which Updates the 10 tables with the Good data what ever i pass...for this 100 Loans
    Tha Proc will update the existing data in all tables whether it is Good or Bad Data.

    when the updating is completed I want to know what are the Loans that were updated where there is a Bad Data in atleast one Field of the 10tables.

    I don't want to check field by field in each table.... if there is a bad data and my proc updated with a Good Data i want to know that Loan.

    Can any one has an idea on this,,,,

    Thanks
    Bob

  2. #2
    Join Date
    Sep 2002
    Location
    Fantasy
    Posts
    4,254
    1. you could create an update trigger and a log table to capture the updates or

    2. run profiler to find all the changes made to the table when running your proc.

  3. #3
    Join Date
    Sep 2005
    Posts
    43
    Hi Mak

    Thanks for your quick reply.....is there any way i can use Binary_CheckSum and work on this.....

Posting Permissions

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