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:[code="sql"]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[/code]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
↧