Showing posts with label article. Show all posts
Showing posts with label article. Show all posts

Monday, March 26, 2012

installing SQLDMO 2005

This article describes how to install SQLDMO 2000.

http://support.microsoft.com/?kbid=326613

Anyone know the procedure for SQL 2005?

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

|||

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.

installing SQLDMO 2005

This article describes how to install SQLDMO 2000.

http://support.microsoft.com/?kbid=326613

Anyone know the procedure for SQL 2005?

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

|||

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.