October 3, 2008 at 3:05 am
I have a SQL 2000 transactional replication setup for a database. I tried to subscribe to the publication from a SQL Server 2005 database. The subscriber is created successfully, which I made a pull type, but the replication stored procedures required for Insert, update and delete are not created. I know how to create the stored procedures for a single article. Is there any way I can move the entire set of stored procedures required for all the articles? Please help.
Chandrachurh Ghosh
DBA – MS SQL Server
Ericsson India Global Services Limited
Quality is not an act, it is a habit.
October 3, 2008 at 4:43 pm
I have never worked on this scenario ( 2K publisher and 2005 subscriber), but here is what i think about it:-
1. Did you run the snapshot agent and apply the snapshot once ? ( ps: kinda obvious but just checking )
If you have ensured that the snapshot was applied at the subscriber and still you dont see the SPs, then you can create a subscription on some test database in 2K server and then copy over the stored procs from there to your 2005 server.
Hope that helped
October 8, 2008 at 12:53 pm
On which Version is the Distributor?
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply