dbTalk Databases Forums  

Re: Can we update View

comp.databases.ms-sqlserver comp.databases.ms-sqlserver


Discuss Re: Can we update View in the comp.databases.ms-sqlserver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
--CELKO--
 
Posts: n/a

Default Re: Can we update View - 11-18-2007 , 02:50 PM






No; you update the base table(s) that build the VIEW. The VIEW does
not exist in the schema. Google the subject.




Reply With Quote
  #2  
Old   
Ed Murphy
 
Posts: n/a

Default Re: Can we update View - 11-18-2007 , 10:42 PM






--CELKO-- wrote:

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


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.