Is there a way to have a table end up with a different schema in the subscribing database?
i.e., PublisherDB.dbo.Holiday table and SubscriberDB.OtherSchema.Holiday table
It's a transactional publication, if that makes any difference. I've been unable to find this information elsewhere.