I need to export the results of this query into an xml table every 24 hours.
SELECT * from FRS_ACCESS FRS, EMPLOYEE EMP Where FRS.EMP_NBR = EMP.EMP_NBR
How do I automate this? We are using SQ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/XML/Q_23386079.htm...