I want to alter columns in StudentPerformance
table
Columns to be altered are -
StudentName varchar(50) to StudentName varchar(100)
Percentage decimal(18,0) to Percentage decimal(18,2)
It is configured for merge replication.
- Will it make my current snapshot obselete?
- Will I have to re-initialze all the subscriptions?
- Will it update all the records in the table and it will increase traffic in replication when I run the alter statement?