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.
| 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.cheersPete |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2007-10-31 : 04:28:16
|
| Read about INSTEAD OF triggers in sql server help fileMadhivananFailing to plan is Planning to fail |
 |
|
|
peteoc
Starting Member
14 Posts |
Posted - 2007-10-31 : 05:15:49
|
| cheers :) |
 |
|
|
|
|
|