I'm Working on synchronizing two databases in order to migrate from a legacy FoxPro database to Sql Server.
i have a foxpro code that loads and transforms data, and wondering how to call that procedure from SQL server? even in MSDN i have only found examples that do the opposite, call sql from fox...
i'm looking for a pure SQL solution, no third party component or application .