i'm going to setup replication on production server, do i need to setup it locally first and regenerate adapter code to add replication id column to tables schema, or it will work nicely without this step?
Hi, I'm not familiar with replication but I don't think it involves changing the way you address your dbase, so I'd say you don't have to anticipate that with your DAL.
I would think that you do not need to regenerate your code since you would not be accessing these columns. If however you are using views then you may want to double check that any that use the * for the select list are refreshed. I believe the stored procedure to do this is sp_refreshview.