Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to create a snapshot of a table.

Status
Not open for further replies.

shigeoka

IS-IT--Management
Jan 31, 2003
3
BR
Hi

I have a table that contains thousands of rows, and I want to have a "snapshot table" of this big table. I know I can create a view, but what I really want is a table that refresh it data every 2 hours for example or just when I want to refresh it data.

Thanks a lot

Shigeoka
 
Hi

While I was waiting for a replay here, I has just opened a case at IBM, there I get the information that I don´t want :eek:). Informix does not do this type of application, what can be done is activate the replication, but that´s not what I want. I just want to share this information whith you.

Best Regards.
Shigeoka
 
Hi,

You may think of introducing a new table with only required fields to be maintained "in sync" using a Trigger. This may not sound good for your requirement but might serve the purpose.

You can download an e-book (pdf) version of Trigger from:

Regards,
Shriyan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top