This kind of spans off my below Filegroup post but thought it deserved it's own thread.
I trying to move a table that is being used in replication into a new filegroup but I keep getting the following error. Any ideas? Thanks
Unable to modify table. ODBC error: [Microsoft][ODBC SQL Server Driver][SQL Server]Cannot drop the table 'dbo.tablename' because it is being used for replication.
You will need to drop replication. Make your change. Then recreate replication. Before you drop it though, script it out to make it easier to recreate. Just right click on the publications and go to generate sql script.