Tran Repl - Placeholder implementation

  • Morning everyone,

    Running into an odd issue with a net setup of transactional replication. As part of setup, we are replicating (schema only) stored procedures and functions. In one of the stored procedures, I see the following message:

    BEGIN

    -- This is a placeholder implementation of the schema object to facilitate deferred creation of the actual implementation.

    raiserror(N'This is a placeholder implementation of the schema object to facilitate deferred creation of the actual implementation.',16,-1)

    END

    This is not in the original stored procedure. More to the point, the above statement replaced the code in the stored procedure after replication. Going to the publisher, the proc certainly doesn't look like this.

    Does anyone have any idea what this is trying to tell me?

    Thanks,

    Fraggle

Viewing 0 posts

You must be logged in to reply to this topic. Login to reply