这是我想要实现的目标,
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.
任何帮助都会很棒..