Viewing 3 posts - 1 through 3 (of 3 total)
I forgot to mention that I am running SQL Server Standard Edition.
August 27, 2003 at 12:27 pm
#471667
I know this works on SQL Server 2000 running under Windows 2000. You need to specify the exact publication name where I placed the X's and execute it on...
August 27, 2003 at 12:26 pm
#471666
You can use this on the publication database to create the stored procedures that you can then apply to the subscribing database:
exec sp_scriptpublicationcustomprocs @publication = 'xxxxxx'
August 27, 2003 at 5:50 am
#471575