https://github.com/nitor-infotech-oss/sql-server-replication-scripts
SQL scripts to configure replication
https://github.com/nitor-infotech-oss/sql-server-replication-scripts
replication sql sqlserver
Last synced: about 1 year ago
JSON representation
SQL scripts to configure replication
- Host: GitHub
- URL: https://github.com/nitor-infotech-oss/sql-server-replication-scripts
- Owner: nitor-infotech-oss
- Created: 2022-02-25T12:26:43.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-09T05:32:47.000Z (over 4 years ago)
- Last Synced: 2025-02-01T09:22:12.360Z (over 1 year ago)
- Topics: replication, sql, sqlserver
- Language: TSQL
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Following are steps of script.
1. install_server_as_distributer.sql
2. add_sql_agents_on_server.sql
3. add_distribution_database.sql
4. add_publisher_on_distribution_database.sql
5. enable_replication_on_database.sql
6. add_transactional_publication_on_database.sql
7. add_articles_for_publication.sql
8. add_subscription_database.sql