Define SQL Server View Columns
Use the SQL Server View Editor to specify the view columns in a SQL Server physical model. You can create view column references to any table column or view column in your model. By default, the view column name reflects the column name that the view references, but you can change a view column name. You can also reorder view columns, and create and manage view expressions, which are user-defined expressions that are stored as a view column.
To define SQL Server view columns
The SQL Server View Editor opens.
Displays the tables or views and associated columns that can be used to define the view column. Click the tables or views that you want and use the arrow buttons to move the selected items from this list over to the Columns list.
Note: You control the tables and views that display in the Available Tables and Views list using the options in the From tab.
Displays the available columns in the selected view. You can move a selected column up and down in the list.
Lets you select a view type that automatically eliminates duplicate rows.
Lets you specify the With Check Option for the view column. This option ensures that data remains visible through the view after any changes are committed.
Lets you edit the alias of the selected view column.
Lets you edit the selected view column expression.
Note: This option is available only if the selected view column is a user-defined expression.
Opens the New View Column dialog so you can add a new view column expression to the view.
Deletes the selected view column expression.
View columns are defined and the SQL Server View Editor closes.
Copyright © 2017 erwin Inc.
All rights reserved.
|
|