InterviewSolution
Saved Bookmarks
| 1. |
What is force parametrization? |
|
Answer» In the existing replication setup, Sometimes we need to add NEW articles. When you perform such OPERATIONS in existing setup, it will mark your snapshot invalid which results in snapshot re-initialize for all articles. This sounds normal but considers the situation where a number of articles are very high or the size of the remaining article is huge, reinitialization can bring down your system. SQL server provides you OPTION of generating a snapshot of only newly added article. This can be achieved by T-SQL like:-
|
|