0

If I add column to a replication database, will this column also be added to source database? I'm using transactional replication.

PS I don't want it to be added to source, I just want to make sure it won't make changes on original db :)

Mogsdad
  • 44,709
  • 21
  • 151
  • 275
ilija veselica
  • 9,414
  • 39
  • 93
  • 147

1 Answers1

0

No, it won't. Just make sure your column is nullable.

Natalia
  • 311
  • 1
  • 8