一直正常执行的数据库作业(运行一个dtsx包)在 SqlServer 2005数据库升级为sp3后执行出错,报错如下:
a connection because the package OfflineMode property is TRUE. When the Offline Mode is TRUE, connections cannot be acquired.
重新注册dts运行库后,问题解决
regsvr32 "C:\ProgramFiles\Microsoft SQL Server\90\dts\binn\dts.dll"