Hi Guys,
I have question regarding replication. I have 30000 rows data that need to replicate from server A to Server B. It might last 2 hours to finish it. My question is that can I select from tables in server B that were replcated from server A? I cannot put nolock in query statement. I am fraid that tables in server B have been locked resulting I cannot select data. Can someone give me some suggestion? Thanks.