Hi all.
What is the simplest way to write data directly to SQL server.
It's on a different server so using EXEC SQL is not possible.
The favorite solution for me is to use direct sql commands but I don't know how to do it.
Thanks in advance.