RE: Is it possible to access query designer through an interface?

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Alejandro Mesa (AlejandroMesa_at_discussions.microsoft.com)
Date: 02/15/05


Date: Tue, 15 Feb 2005 07:35:12 -0800

May be using SQL-NS (SQL Namespace API). It let you to invoke the create view
wizrd used in enterprise manager.

Example:

Dim NSO As SQLNS.SQLNamespaceObject
....
NSO.ExecuteCommandByID (SQLNS_CmdID_WIZARD_VIEW)
....

http://www.microsoft.com/resources/documentation/sql/2000/all/reskit/en-us/part10/c3561.mspx

AMB

"Kurt" wrote:

> Is it possible to access query designer through an interface like sqldmo?
>
> Thanks
> Kurt