【问题标题】:How to move a text file after importing the data using SSIS package?使用 SSIS 包导入数据后如何移动文本文件?
【发布时间】:2011-11-22 17:45:15
【问题描述】:

我有一个从文本文件导入数据的 SSIS (dtsx) 包。导入数据后,如何将文本文件作为 SSIS 包中的一个步骤移动?是否有命令行实用程序,或者我必须编写程序来执行此操作?

【问题讨论】:

    标签: sql-server sql-server-2008 ssis


    【解决方案1】:

    您可以使用 SSIS 包的 Control Flow 选项卡中的 File System Task 将文件从一个文件夹移动到另一个文件夹。

    这里有一些示例展示了如何在文件夹之间移动文件。

    How do I move files to an archive folder after the files have been processed?

    How do I create a package that would copy all files from a given folder into a new folder?

    【讨论】:

      猜你喜欢
      • 2015-08-25
      • 1970-01-01
      • 2018-11-20
      • 1970-01-01
      • 2013-05-02
      • 1970-01-01
      • 2022-10-14
      • 1970-01-01
      • 2016-03-10
      相关资源
      最近更新 更多