Currently I have an OLAP system in SQL 2000 which has an orders table updated hourly via a sproc through a linked server connection to the Oracle OLTP system.
Is there a better or smarter way of doing this? It currently works but as it runs only once an hour is not exactly 'real time'.
Any thoughts or suggestions would be greatly appreciated.