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
 Import/Export (DTS) and Replication (2000)
 transactional replication problem

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2004-10-21 : 08:31:42
vojislav writes "SQL Server2000 Enterprise runs on Windows Adv Server 2000. There is a database published on it. I have one subscriber on SQL Server Personal on another Win Server 2000. When doing a simple query which updates a column in a table, publisher reports an error: Could not drop object 'tablename' because it is referenced by a FOREIGN KEY constraint. Error number 3726.

Thank you in advance, please email me"

jen
Master Smack Fu Yak Hacker

4110 Posts

Posted - 2004-10-24 : 22:52:21
quote:
Originally posted by AskSQLTeam

vojislav writes "SQL Server2000 Enterprise runs on Windows Adv Server 2000. There is a database published on it. I have one subscriber on SQL Server Personal on another Win Server 2000. When doing a simple query which updates a column in a table, publisher reports an error: Could not drop object 'tablename' because it is referenced by a FOREIGN KEY constraint. Error number 3726.

Thank you in advance, please email me"



just to clarify:

1. you have a database on a server
2. #1 publishes transactions to a workstation
3. you perform a select query on which machine?

either way, there must be more to your post to get that error. by any chance this "select" is inside a stored procedure, and within the stored procedure, a drop statement is issued?

--------------------
keeping it simple...
Go to Top of Page
   

- Advertisement -