Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7648425
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T10:42:45+00:00 2026-05-31T10:42:45+00:00

I want to alter columns in StudentPerformance table Columns to be altered are –

  • 0

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?
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T10:42:47+00:00Added an answer on May 31, 2026 at 10:42 am

    You will need to do this using ALTER TABLE ALTER COLUMN syntax at the Publisher. By default the schema changes will be propagated on the next synchronization, publication property @replicate_ddl must be set to true. No new snapshot or reinitialization required in most cases.

    For example, I can change my SalesLT.Customer Title column from nvarchar(8) null to nvarchar(10) null by executing on the publication database:

    ALTER TABLE SalesLT.Customer ALTER COLUMN Title NVARCHAR(10) NULL 
    

    In most cases the schema change will replicate out on the next sync, there are some exceptions that are covered in Making Schema Changes on Publication Databases.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to add or update columns using alter table if i am adding
I want to create a table with multiple columns, say about 100 columns, in
Basically I want to alter the boolean value selecting from the table: e.g.: SELECT
I have a table in mysql. I want to change one of the columns
I want to alter a table and add a column that is the sum
Possible Duplicate: Alter MYSQL Table To Add Comments on Columns Hi Guys, I googled
I want to display the column 'name' after being found from the table mytest.
I have a URL like /admin/editblogentry?page=3&color=blue I want to alter the 'page' in the
I want to use my iphone to set alter my wireless router settings, and
I need to alter a trigger in sql server 2005 and I want to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.