I think you are correct. Thanks.
Main Topics
Browse All TopicsI want to install replication on an instance of SQL Server 2005 SP2. When I attempt to install replication via Add/Remove programs, I'm unable to do so because the version of replication is pre-SP2.
It's basically blocking the installation because replication is a sub-component of database services, database services is installed under SP2, therefore it thinks I'm trying to 'roll back' to an earlier version.....which is not allowed.
This makes complete sense to me, and by googling around it seems that the only work-around is to uninstall and reinstall SQL Server 2005 from scratch with replication and then reinstall SP2.
Does anyone know of a better workaround? This is a production server and I'd rather not uninstall SQL Server completely. Perhaps there's a SP2 installer out there that allows for the modification/installation of components? Specifically replication.
Thanks much!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I found the following solution on a MSDN forum website and it worked for me also. I can now setup a distributor and will dive into publish and subscribe. The start /wait setup.exe ADDLOCAL=SQL_REPLICATION INSTANCENAME=MSSQLSERVER /qn that was listed in the post did not work for me.
Here is a working solution:
1. Goto Add/Remove Programs
2. Select Change
3. Select the radio button next to MSSQLSERVER: Database Engine, ...
4. Select Next
5. Select Database Engine and Next
6. Select Next twice (after it passes the Edition check On the System Configuration Check as stated above)
7. Select Change Installed Components
8. Browse down to Database > Services and then add Replication and select Next
9. Let it install and select Finish
I found the following solution on a MSDN forum website and it worked for me also. I can now setup a distributor and will dive into publish and subscribe. The start /wait setup.exe ADDLOCAL=SQL_REPLICATION INSTANCENAME=MSSQLSERVER /qn that was listed in the post did not work for me.
Here is a working solution:
1. Goto Add/Remove Programs
2. Select Microsoft SQL Server 2005 and Select Change
3. Select the radio button next to MSSQLSERVER: Database Engine, ...
4. Select Next
5. Select Database Engine and Next
6. Select Next twice (after it passes the Edition check On the System Configuration Check as stated above)
7. Select Change Installed Components
8. Browse down to Database > Services and then add Replication and select Next
9. Let it install and select Finish
Business Accounts
Answer for Membership
by: grayePosted on 2008-08-25 at 13:07:24ID: 22308764
Sorry... since you can't "slipstream" service packs onto the original media, there's no way to provide a post-SP2 disk for the install. So, I can't imagine there will be any 3rd-party help for this issue.
I think the only option is to do the uninstall/reinstall thing.... (or prehap do an updgrade to 2008)