Software Development Network>> SQL Server>> installing SQLDMO 2005
If you want to redist DMO with your application you need to include the Microsoft SQL Server 2005 Backward Compatibility Components MSI. The SP1 CTP is available here: http://www.microsoft.com/downloads/details.aspx FamilyID=ae94bb12-c839-4b4f-a71b-412fb3a0500e&DisplayLang=en
RTM is available here: http://www.microsoft.com/downloads/details.aspx FamilyID=d09c1d60-a13c-4479-9b91-9e8b9d835cdc&DisplayLang=en
DMO is installed as part of this MSI.
The procedure is basically the same. You need to register SQLDMO.DLL (typically located at %ProgramFiles%\Microsoft SQL Server\80\Tools\binn):
regsvr32 sqldmo.dll
For SQLDMO to work MDAC must be installed on your machine.
Hope this helps,
Artur Laksberg
SQL Server Team
installing SQLDMO 2005
Fiona Fung MSFT
If you want to redist DMO with your application you need to include the Microsoft SQL Server 2005 Backward Compatibility Components MSI. The SP1 CTP is available here: http://www.microsoft.com/downloads/details.aspx FamilyID=ae94bb12-c839-4b4f-a71b-412fb3a0500e&DisplayLang=en
RTM is available here: http://www.microsoft.com/downloads/details.aspx FamilyID=d09c1d60-a13c-4479-9b91-9e8b9d835cdc&DisplayLang=en
DMO is installed as part of this MSI.
carterwjeff
The procedure is basically the same. You need to register SQLDMO.DLL (typically located at %ProgramFiles%\Microsoft SQL Server\80\Tools\binn):
regsvr32 sqldmo.dll
For SQLDMO to work MDAC must be installed on your machine.
Hope this helps,
Artur Laksberg
SQL Server Team