Quantcast
Channel: ฟอรัม Getting started with SQL Server
Viewing all articles
Browse latest Browse all 8428

adding new column to the table that is already replicated

$
0
0

i have a script that is going to add new column in a table that has millions of rows.

if not exists (select * from syscolumns where id=object_id('progressnote') and name='dModifiedDate')
   alter table progressnote add dModifiedDate DATETIME NULL
GO   

so this table is also replicated to other server,

what steps do i need to take to make sure replication does not break its synced properly and what about adding new column into a huge table?

Regards


k


Viewing all articles
Browse latest Browse all 8428

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>