We currently have some reports that are pulling data from the Published database. In Project Server 2007, this data was not in the Reporting db, but I was wondering if this had changed in 2010. The reason I'm asking is because we are moving towards not accessing the Published db at all, only the Reporting db. The data is mostly used to track connected milestones (predecessor and successor, deliverables and dependencies, etc). The fields (and the Published DB) are listed below . Thanks.
[Published_db_name].[dbo].[MSP_LINKS]
[LINK_UID]
,[PROJ_UID]
,[RESERVED_DATA]
,[LINK_IS_CROSS_PROJ]
,[LINK_PRED_UID]
,[LINK_SUCC_UID]
,[LINK_TYPE]
,[LINK_LAG_FMT]
,[LINK_LAG]
,[LINK_BINARY_DATA]
,[CREATED_DATE]
,[MOD_DATE]
,[CREATED_REV_COUNTER]
,[MOD_REV_COUNTER]
,[LINK_WINPROJ_UNIQUE_ID]