Thanks--your answers really help and are easy to understand. Just one thing I need clarified:
I have set "Track Changes to the Table and Views" to automatically but now I should also create either a New Table Schedule or New Catalogue Schedule otherwise it wouldn't know when to update automatically? Or will it still update as things are inserted without my creating a scehdule?
Main Topics
Browse All Topics





by: imran_fastPosted on 2006-11-06 at 01:42:16ID: 17879819
1) yesif both of these messages will have differerent record identifier(primarykey)
2) Yes so that you can do incremental changes to your catalog, see the thing is catalogs are files other than database tables and it is maintained seperately every time you insert a record in the table the data dosen't get updated in the catalog there should be a schedule to update it in the catalog. if you enable track changes then only these chages will be done to the catalog.
3)One table can have multiple columns and you can have different catalogs for different columns. same way one catalog can contains values of columns across different tables. so if you schedule a catalog it will be done for all the columns defined in catalog.
Regards
Imran