sql query send updated data into new table

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jitusorout
    New Member
    • Oct 2012
    • 1

    sql query send updated data into new table

    i had 8 diff tables.. my requirement is if i add or update data in any of these tables the latest updated data should go into a new table ,,
  • Rabbit
    Recognized Expert MVP
    • Jan 2007
    • 12517

    #2
    The real question is why are you making it difficult for yourself by using an unnormalized data structure? If they all contain similar data, they should be in one table, not 8.

    Comment

    Working...