Hi Barry,
Microsoft providfes no documentation on RMS database schema, but it must be pretty obvious when you look at it for most of the tables have meaningful names. Generally, there are no constriiants except for the primary keys and no enforced relationship between the tables so you got to figure out relationships yourself. But, as I said, naming makes it pretty transparent
It may be also very useful to take a look inside the RMS reports for they contain chunks of SQL queries that may provide insight into the schema.
Do you need to read from or write to the RMS database?
Anthony |