|
How do I run a 32 bit sql server 2000 dts package in sql server 2008 R2?
(comments are locked)
|
|
If you pasted that exact question in Google it will give you your answer: first link in the results. You will actually need to install the DTS run time on your SQL Server 2008 R2 server if you have not already. There are other limitations that the link will provide.
(comments are locked)
|
|
You will have to do so from command line. ”C:Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\dtexec.exe”
(comments are locked)
|

