【发布时间】:2014-05-16 02:18:30
【问题描述】:
这是我想要达到的目标,
1) Start the loop from 5 years back from current year
2) Check if database for that year is exist if not create new one ?
3) move the tables according to there year of creation into the database of that year ?
为此,我创建了 SSIS 包,我添加了连接管理器,该连接字符串为每年的每个循环动态设置,该连接字符串在检查数据库存在和创建新数据库时工作正常,但当包尝试执行 sql 任务来移动数据表,然后它会抛出错误
[Execute SQL Task] Error: Connection manager "dummyserver.dummydatabase2012" does not exist.
任何帮助都会很棒..
【问题讨论】:
-
关于您的赏金,请您更新您的问题以反映什么是过时的。我们需要这里的细节。如果数据库已经存在,应该发生什么情况的一个示例将有助于您如何“移动”表。我们必须担心 RI 吗?有需要担心的表子集吗?
标签: delphi ssis delphi-2006