Storing attachments (and other objects) in database in CRM 9.2
Hi,
As part of our upgrade from CRM 9.1 to CRM 9.2, we are investigating whether or not we can store all attachments and uploaded objects to the database rather than storing them on the filesystem as we have done in the past.
I've found the following document : Doc ID 964312.1 which gives details for the RC_ATTACHMENTS URL.
I see however, that there are many more URL definitions in our existing system that still rely on an FTP to the filesystem. RB_CORRMGT is just one example. At the same time, looking in PSRECDEFN, it seems that there are many tables that were designed to store file attachments, such as PS_RBC_ATTACH (as an example).