September 2010
Intermediate to advanced
1704 pages
111h 8m
English
You can modify data via a partitioned view if the SQL statement performing the modification meets certain conditions, as described here:
• All columns in the partitioned view must be specified in the INSERT statement. Columns that include a DEFAULT constraint or allow nulls are also subject to this requirement.
• The DEFAULT keyword cannot be used on inserts to partitioned views or on updates to partitioned views.
• UPDATE statements cannot modify PRIMARY KEY columns if the member tables have text, ntext, or image columns.
• Inserts and updates to a partitioned view are not allowed if the view contains a time stamp.
• Identity columns in a partitioned view cannot be modified by an INSERT or UPDATE statement. ...
Read now
Unlock full access