Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Table structure modification while Replicating

Status
Not open for further replies.

djj55

Programmer
Feb 6, 2006
1,761
US
Hello, in SQL 2000 we are exploring using Replication for reporting. However my manager remembers hearing that if a table structure is modified that it breaks replication.

Does anyone have information about this? I would think as long as you are listing the columns to replicate from a given table, replication would continue.

Thanks
djj
 
The ALTER TABLE statement doesn't work on replicated tables. You can add a column to a replicated table within the Publication properties pages or by using the stored procedures directly.

Denny
MVP
MCSA (2003) / MCDBA (SQL 2000)
MCTS (SQL 2005 / SQL 2008 Implementation and Maintenance / Microsoft Windows SharePoint Services 3.0: Configuration / Microsoft Office SharePoint Server 2007: Configuration)
MCITP Database Admin (SQL 2005/2008) / Database Dev (SQL 2005)

My Blog
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top