Assuming I did all that is needed (consider complete replication) to make server “A” the provider and server “B” the subscriber, if I want to add, delete, update, or insert data, will I be able to do that by connecting to the subscriber?
If yes, will the data change be automatically reflected in the provider?
I am using: C#, ASP.NET, Visual Studio 2008, SQL Server 2008
Based on the replication wizard of SSMS, it depends on your configuration:
It looks like the last two options support what you need. I haven’t been able to get replication running at all just now, so I haven’t been able to test it.