Article ID: 326613 - Last Review: December 20, 2004 - Revision: 4.4 How to distribute and how to install SQL-DMO for SQL Server 2000This article was previously published under Q326613 On This PageSUMMARY This step-by-step article describes how to distribute and
how to install SQL Distributed Management Objects (SQL-DMO) for Microsoft SQL
Server 2000 by using Microsoft Windows Installer technology. SQL-DMOSQL-DMO is a collection of objects that helps you to manage SQL Server programmatically. SQL-DMO is a dual interface, in-process Component Object Model (COM) server that is implemented as a DLL. When you create a SQL-DMO application, you can use any OLE Automation controller or any COM client development operating system that uses C or C++.RequirementsThe SQL-DMO client requires one of the following operating systems:
For more information about system requirements for SQL-DMO, visit the following Microsoft Web site: http://msdn.microsoft.com/en-us/library/aa274827.aspx
(http://msdn.microsoft.com/en-us/library/aa274827.aspx)
Note The distribution package for SQL-DMO that is created in this article deals with files that fall under Windows File Protection. For example, Sqlunirl.dll is one of these files. Therefore, the SQL-DMO package may not be deployed correctly on certain versions of the Windows operating system, such as Microsoft Windows XP, if the version of Sqlunirl.dll that is contained in the deployment package is newer than the version that is on the destination system. SQL-DMO componentsSQL-DMO includes the following files:Collapse this table
How to package SQL-DMO componentsYou can distribute SQL-DMO by including each file that is listed in the "SQL-DMO components" section in a distribution package.Package SQL-DMO files individually
| Article Translations
|
Back to the top
