I have a DTS package on a SQL server which performs a full process on a OLAP cube stored within Analysis Services on the same machine. I need to execute it programatically from inside Delphi - does ...
I'm trying to put together a DTS package to export data from SQL Server (2k) into a CSV file that I can in turn import into MySQL. The problem I'm running into is SQL Server exports NULL values as a ...