Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 views

Author  Topic 

peteoc
Starting Member

14 Posts

Posted - 2007-10-31 : 04:23:09
If I write a View to pull data from 2 tables, does this view automatically become writeable so that when I write to it, the data is put in the correct columns?

If an exaple is needed please let me know.

cheers

Pete

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2007-10-31 : 04:28:16
Read about INSTEAD OF triggers in sql server help file

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page

peteoc
Starting Member

14 Posts

Posted - 2007-10-31 : 05:15:49
cheers :)
Go to Top of Page
   

- Advertisement -