September 16, 2009 at 3:04 pm
i have a dts packge in sql2000.
i need to deploy that package in sql2005.
how to do it.
can u pls give the steps.
September 16, 2009 at 3:13 pm
sqll2000 dtspackge should be copied to sqll2005.?
September 16, 2009 at 4:20 pm
Here's how I've done it.
1. Download and install the SQL 2000 DTS Designer components and DTS runtime components http://www.microsoft.com/downloads/details.aspx?FamilyID=df0ba5aa-b4bd-4705-aa0a-b477ba72a9cb&DisplayLang=en.
2. Save the DTS packages in the SQL 2000 instance to files.
3. Import the DTS package files into SQL 2005. In SSMS, under Mangement - Legacy - Data Transformation Services right-click and Import Package File.
You'll be able to open and edit the packages and run them in the SQL 2005 instance.
Greg
September 16, 2009 at 4:27 pm
thanks...........
September 16, 2009 at 5:15 pm
"Hall of Fame"'s answer is 100% correct.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply