New Post has been published on Varinder Sandhu 's Blog
New Post has been published on http://www.varindersandhu.in/2011/08/12/sql-serever-replication-setup-and-configure-the-publication-on-sql-server-2000-part-3/
SQL Serever Replication - Setup and configure the Publication on SQL Server 2000 - Part 3 of 4
In part 2, we have configured a SQL Server as a main publishing server, we have to create a publication of databases which the clients can subscribe.
Setup and configure the Publication by www.varindersandhu.in
Setup and configure the Publication by www.varindersandhu.in
âCreate Publication Wizardâ starts, check the âShow advanced options in this Wizardâ checkbox and press âNextâ
After please select your database and press âNextâ
<!-- google_ad_client = "pub-2404605494811633"; google_alternate_color = "FFFFFF"; google_ad_width = 468; google_ad_height = 60; google_ad_format = "468x60_as"; google_ad_type = "text_image"; google_ad_channel =""; google_color_border = "FFFFFF"; google_color_link = "0000FF"; google_color_bg = "FFFFFF"; google_color_text = "000000"; google_color_url = "008000"; google_ui_features = "rc:6"; //-->
Setup and configure the Publication by www.varindersandhu.in
In the âSelect Publication Typeâ screen select âTransactional publicationâ (second option) en press âNextâ
Setup and configure the Publication by www.varindersandhu.in
Setup and configure the Publication by www.varindersandhu.in
On the âSpecify Articlesâ Screen check all the checkboxes on the left, selecting all tables, and views as articles and press âNextâ
Setup and configure the Publication by www.varindersandhu.in
Setup and configure the Publication by www.varindersandhu.in
Give the Publication a Name then Press âNextâ
Setup and configure the Publication by www.varindersandhu.in
 Customize the properties of this publication, select âYesâ and press âNextâ.
Setup and configure the Publication by www.varindersandhu.in
In the âfilter dataâ screen we leave both specific record or column filtering should be applied on the replication data.
Setup and configure the Publication by www.varindersandhu.in
 In the âAllow Anonymous Subscriptionsâ choose âYesâ and press âNextâ
Setup and configure the Publication by www.varindersandhu.in
 The âSet Snapshot Agent Scheduleâ screen defines a schedule how often and when initial snapshots (initial copies of the main database) should be created in the replication file share.
Check âCreate the first Snapshot immediatelyâ and press âNextâ
Setup and configure the Publication by www.varindersandhu.in
 Wait for the publication process to finish.
Reference URL
http://www.varindersandhu.in/2011/08/12/sql-server-how-to-setup-sql-server-replication/