Create/Edit Named Query Dialog Box (SSAS)

Use the Create/Edit Named Query dialog box in Business Intelligence Development Studio to create or edit a named query in Data Source View Designer. A named query can be treated as a table, on which you can base other Analysis Services objects. You can display the Create/Edit Named Query dialog box by:

  • Clicking New Named Query on the Toolbar pane of Data Source View Designer.
  • Right-clicking the Diagram pane of Data Source View Designer and selecting New Named Query.
  • Right-clicking the name of a named query in the Diagram or Tables pane of Data Source View Designer and selecting Edit Named Query.

The query entered must be a valid query command for the underlying provider. The query is prepared with the underlying provider for validation, and to identify the columns returned. The dialog box can present two views:

  • Visual Database Tools (VDT) Query Builder
    For all users, the VDT Query Builder view provides a set of user interface tools for visually constructing and testing a SQL query.
  • Generic Query Builder
    For advanced users, the Generic Query Builder view provides a simpler, more direct user interface for constructing and testing a SQL query.

Options

  • Name
    Type the name of the query.
  • Description
    Type the optional description of the query.
  • Data Source
    Specifies the data source for the query.
  • Query definition
    The query definition provides a toolbar and panes in which to define and test the query, depending on the selected view.
  • Toolbar
    Use the toolbar to manage datasets, select panes to display, and control various query functions.

    Value

  • Diagram pane
    Displays the objects referenced by the query as a diagram. The diagram shows the tables included in the query, and how they are joined. Select or clear the check box next to a column in a table to add or remove it from the query output.

    When you add tables to the query, the dialog box creates joins between tables based on the keys in the table. To add a join, drag a field from one table onto a field in another table. To manage a join, right-click the join.

    Right-click the Diagram pane to add or remove tables, select all the tables, and show or hide panes.

    Note

    The contents of the Diagram pane, Grid pane, and SQL pane are synchronized, so that changes in one pane are reflected in the other two panes.

    Important

    Changing query types is not supported by the dialog box.

  • Grid pane
    Displays the objects referenced by the query in a grid. You can use this pane to add and remove columns to the query and change the settings for each column.

    Note

    The contents of the Diagram pane, Grid pane, and SQL pane are synchronized, so that changes in one pane are reflected in the other two panes.

  • SQL pane
    Displays the query as a SQL statement. Type to change the SQL statement for the query.

    Note

    The contents of the Diagram pane, Grid pane, and SQL pane are synchronized, so that changes in one pane are reflected in the other two panes.

  • Result pane
    Displays the results of the query when you click Run on the Toolbar pane.

See Also

Reference

Analysis Services Designers and Dialog Boxes (SSAS)

Other Resources

Defining Named Queries in a Data Source View (Analysis Services)

Help and Information

Getting SQL Server 2005 Assistance