Is it possible to access query designer through an interface like sqldmo?
Thanks
KurtMay be using SQL-NS (SQL Namespace API). It let you to invoke the create vie
w
wizrd used in enterprise manager.
Example:
Dim NSO As SQLNS.SQLNamespaceObject
...
NSO.ExecuteCommandByID (SQLNS_CmdID_WIZARD_VIEW)
...
http://www.microsoft.com/resources/... />
c3561.mspx
AMB
"Kurt" wrote:
> Is it possible to access query designer through an interface like sqldmo?
> Thanks
> Kurt|||No that doesn't work.
"Alejandro Mesa" wrote:
> May be using SQL-NS (SQL Namespace API). It let you to invoke the create v
iew
> wizrd used in enterprise manager.
>
> Example:
> Dim NSO As SQLNS.SQLNamespaceObject
> ...
> NSO.ExecuteCommandByID (SQLNS_CmdID_WIZARD_VIEW)
> ...
> http://www.microsoft.com/resources/...>
0/c3561.mspx
>
> AMB
> "Kurt" wrote:
>
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment