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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 How do you deleting records from a table with a defined relationship

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-09-26 : 10:09:02
Kevin writes "Short of deleting the relationship to in order for the "delete from authors" SQL to work or having to delete through use of a multi-step "where clause" on au_id. How can one delete all records from the table by either deactivating the relationship or deleting the relationship?

This is from the pubs - author table

Enforced relationship for replication - checked
Enforced relationship for Inserts and Updates - checked"
   

- Advertisement -