In SQL Server 2005, I am using replication - both transactional and peer to peer. I need to do some partioning on my main DB. Is there a way to do this without affecting replication?
The last time I tried it - it broke replication. it takes a long time to re-create my subscription DB's, and I would like to avoid having to do so if possible.
Thanks!!!!
Mark