I am using SQL Server 2008 and have transactional replication setup. I need to be able to execute a pre replication script on the publisher and then a post replication script on the subscriber. Is this possible with transactional replication?
I have found this other article on here, but the post script here only gets executed when the snapsnot is delivered to the subscriber.