This post helped me figure out how to do it:
I could I knew that there was a timestamp column associated with DATA.ARCHIVE table from my AFLinkedServer?!?
SELECT [ElementAttributeID]
,[Value]
,[ValueInt]
,[ValueDbl]
,[ValueStr]
,[ValueGuid]
,[Status]
,[Annotated]
,[IsGood]
,[Questionable]
,[Substituted]
FROM [LINKED_AFSERVER].[DBName].[Data].[Archive]
GO