SQLServer Object

This feature will be removed in a future version of Microsoft SQL Server. Avoid using this feature in new development work, and plan to modify applications that currently use this feature.

The SQLServer object exposes the attributes of an instance of Microsoft SQL Server.

SQL-DMO object model that shows the current object

Properties

Methods

Remarks

The SQLServer object contains the objects and collections that implement SQL Server administrative tasks for SQL Distributed Management Objects (SQL-DMO). The object enables SQL-DMO applications to connect to an instance of SQL Server by name, establishing the context for administrative tasks.

With the SQLServer object, you can:

  • Connect to an instance of SQL Server.

  • Query an instance of SQL Server to determine its installed configuration and run-time parameters.

  • Add and remove SQL Server objects, such as backup devices, databases, and logins.

  • Execute Transact-SQL or operating system commands on the server.

  • Disable processes on an instance of SQL Server.

  • Trap SQL Server events and SQLServer object events, providing status information to SQL-DMO application users or debugging information to SQL-DMO application developers.

Note

The SQLServer object is compatible with instances of SQL Server versions 7.0 and later. However, the SQLServer2 object extends the functionality of the SQLServer object for use with features that were introduced in SQL Server 2000.

See Also

Reference