I'm working with Transactional Replication. I've got it all set up and working beautifally. Now the boss wants to know if we can alias some of the column headers in the Subscription database.
For example. A table called Participant has a column called Enroller_ID. We are replicating this column (and many others) to a second machine with row filters to pull out only one customer's data. The second machine is then backing up Transaction Logs which get sent over to the customer's machine. We don't want the customer to see the column name Enroller_ID as it won't make sense to them. We want them to see User2_ID.
But short of using a DTS job, I'm not sure how to accomplish this. And using DTS job is out of the question as circumstances require I do a delete of rows in the destination table, which get recorded in the Transaction Logs, which would delete rows in the customer's DB which is unacceptable.
Did I confuse you all yet? @=)
Thanks in advance.
Catadmin - MCDBA, MCSA
Beware the error of pre-emptive poultry inventory!
For example. A table called Participant has a column called Enroller_ID. We are replicating this column (and many others) to a second machine with row filters to pull out only one customer's data. The second machine is then backing up Transaction Logs which get sent over to the customer's machine. We don't want the customer to see the column name Enroller_ID as it won't make sense to them. We want them to see User2_ID.
But short of using a DTS job, I'm not sure how to accomplish this. And using DTS job is out of the question as circumstances require I do a delete of rows in the destination table, which get recorded in the Transaction Logs, which would delete rows in the customer's DB which is unacceptable.
Did I confuse you all yet? @=)
Thanks in advance.
Catadmin - MCDBA, MCSA
Beware the error of pre-emptive poultry inventory!