I'm trying to design how we might go about setting up replication of just the execution of a stored procedure. If the stored procedure on the source takes one or more parameters, will those same parameter values also get passed to the destination stored procedure when the execution on the source is replicated to the destination server?
↧