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 |
|
anand.mind
Starting Member
4 Posts |
Posted - 2008-03-26 : 09:57:34
|
| I have a view based on two tables. Now I want to update that view in such a manner that the columns of both the tables are going to update.Can you suggest me what code I should write so that I can update that view. |
|
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2008-03-26 : 10:00:34
|
| You can create INSTEAD OF trigger on the view and add code to appropriately update both tables.Harsh AthalyeIndia."The IMPOSSIBLE is often UNTRIED" |
 |
|
|
|
|
|