Learn how Data Transformation Services (DTS) can help you import, export, and/or transform data from various sources to single or multiple locations in Microsoft SQL Server 2000. We may earn from ...
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 ...