Reputation: 1670
I've designed SSIS package, for sql server 2008 in Sql server buisiness inteligence studio. Now i need to execute in on SQL 2005 server. What is the best solution, withoute complitly rewriting package.
Upvotes: 0
Views: 779
Reputation: 6446
You cannot develop for 2008 and then run on 2005. That being said, try the answer to this question:
SSIS 2008 2005 compatibility question
Upvotes: 1