My database contains three tables called Object_Table, Data_Table and Link_Table. The link table just contains two columns, the identi
Object_Table
Data_Table
Link_Table
Before being able to do a multitable insert in Oracle, you could use a trick involving an insert into a view that had an INSTEAD OF trigger defined on it to perform the inserts. Can this be done in SQL Server?