在客户的桌面程序或网站上,经常需要允许用户按需执行DTS包。在这种情况下,在部署DTS包时,你应该决定将DTS包安置在何处,以及通过何种手段调用它。 你的选择 要建立一个按需执行的DTS包,可以有多种选择。下面就对这些选择进行逐一说明。 SQL Server job 你 ...
Long live Data Transformation Services! It's there if you're still working out issues with SSIS. Just don't expect DTS to be available by default. Data Transformations Services (DTS) is long dead; or ...
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 ...
I have a txt file with two fields. I want to update a value in a table in a SQL Server Db with a value from one of the fields in the text file. I want to do this based on a query using the second ...