I have a complex VIEW and would like to use the DELETE verb against it.
Can this be done?
Will the DELETE verb only affect the FROM table used in the SELECT statement?
I have about 8 joins. Will any of these joined tables be affected?
I am using SQL Server 2005.