Posted by Ed Murphy on 11/19/07 04:42
--CELKO-- wrote:
> No; you update the base table(s) that build the VIEW. The VIEW does
> not exist in the schema. Google the subject.
To clarify: you can sometimes run INSERT, UPDATE, and DELETE against
a view, which gets translated into the same operation against one of
the base tables. See http://doc.ddart.net/mssql/sql70/create_9.htm
[Back to original message]
|