En MySQL con algo así:
(
SELECT nombre, fecha
FROM `tabla1`
)
UNION ALL (
SELECT nombre, fecha
FROM tabla2
)
ORDER BY fecha DESC
LIMIT 10
Pero no creo que te funcione. Escribe en nuestro foro SQLserver y verás qué pronto te lo solucionan.
http://www.forosdelweb.com/f87/