We have a SQL Server 2012 database that was migrated from SQL Server 2000. The 2000 version had replication on it, but this was removed.
I am currently trying to remove a few deprecated columns in several tables, but I'm getting the following message:
ALTER TABLE DROP COLUMN failed because 'rowguid' is currently replicated.
As far as I can see, neither the server nor the database have any remains of replication. The triggers, system tables - everything is gone.
Has anyone encountered this before?