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.
| Author |
Topic |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-02-18 : 21:45:18
|
Wolfgang writes "I get:
- Unable to modify table. ODBC error: [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot drop the table 'dbo.Property' because it is published for replication.
When I try to modify a table.
I had turned on replication publishing previously, but turned it of. The database gives no physical indications of replication still being active. I have run the command:
sp_removedbreplication @dbname="INHDB"
successfully. But still the above error message.
I have tried restoring on a different server, but the problem seems to be in the backup.
I cannot alter my schema - help...
Cheers, Wolfgang" |
|
|
|
|
|