SON
01-24-2006, 10:34 AM
:confused: Hi,
I am new to SQL-Server and just transferred my very complex Access database over. In Access it was possible to design a query of two related tables joined by a "one to many" relationship and delete the "many side" record without deleting the "one side" table record.
Now I tried to design a View in SQL server and if I try to delete a record in that view I get an error message saying that there are related records on the "one side" and deleting is not possbile.
Could somebody help please ...?
I am new to SQL-Server and just transferred my very complex Access database over. In Access it was possible to design a query of two related tables joined by a "one to many" relationship and delete the "many side" record without deleting the "one side" table record.
Now I tried to design a View in SQL server and if I try to delete a record in that view I get an error message saying that there are related records on the "one side" and deleting is not possbile.
Could somebody help please ...?