hi experts,
I have a situation that is preventing me from creating a subscription for snapshot replication. The error says it cannot load the DLL sp_replincrementlsn.
For whatever reason, sp_replincrementlsn is in Master as an extended sp. It should be a regular sp based on what I found on 2 other SQL Servers.
I'm now trying to rename the extended sp but get "The object cannot be renamed"
If I could rename it, I could create it as a regular sp.
Have considered re-installing SP3a but I'm not certain that
would correct this problem.
The old phrase 'DLL hell' seems to apply here
Anyone have any advice?
Thanks, John
I have a situation that is preventing me from creating a subscription for snapshot replication. The error says it cannot load the DLL sp_replincrementlsn.
For whatever reason, sp_replincrementlsn is in Master as an extended sp. It should be a regular sp based on what I found on 2 other SQL Servers.
I'm now trying to rename the extended sp but get "The object cannot be renamed"
If I could rename it, I could create it as a regular sp.
Have considered re-installing SP3a but I'm not certain that
would correct this problem.
The old phrase 'DLL hell' seems to apply here
Anyone have any advice?
Thanks, John