|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Thursday, October 18, 2012 12:50 AM
Points: 174,
Visits: 315
|
|
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 INFOSYS Limited Quality is not an act, it is a habit.
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Thursday, October 06, 2011 11:54 AM
Points: 154,
Visits: 203
|
|
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
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Tuesday, March 26, 2013 3:03 PM
Points: 317,
Visits: 514
|
|
| On which Version is the Distributor?
|
|
|
|