I have SQL Server 2014 and SQL server 2008R2 installed and I am trying to access DTS packages on SQL Server 2000 from SQL server 2008R2. I am on Window 7, 64 bit machine.
After SQL Server 2008R2 was installed, I installed,
Microsoft SQL Server 2005 Backward Compatibility Components-
SQLServer2005_BC_x64.msi
AND
Microsoft SQL Server 2000 DTS Designer Components
SQLServer2005_DTS.msi
Then manually copied files from-
C:\Program Files (x86)\Microsoft SQL Server\80\Tools\Binn
Copy
semsfc.dll
sqlgui.dll
sqlsvc.dll
To
C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE
C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE
Then navigate to
C:\Program Files (x86)\Microsoft SQL Server\80\Tools\Binn\Resources\1033
Copy
semsfc.rll
sqlgui.rll
sqlsvc.rll
To
C:\Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\Resources\1033
But didn't help. I can see DTS packages, but when I right click and open I get error
I get error-
SQL Server 2000 DTS Designer components are required to edit DTS packages. Install the special Web
download, "SQL Server 2000 DTS Designer Components" to use this
feature. (Microsoft.SqlServer.DtsObjectExplorerUI)
I can see the components installed in Control panel. Please suggest what to do?
Thanks