Showing posts with label designer. Show all posts
Showing posts with label designer. Show all posts

Monday, March 19, 2012

Is it possible to access query designer through an interface?

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:
>