Viewing 2 posts - 1 through 2 (of 2 total)
Replication will create a backup of Source table(s) into Destination Table(s).
So inserts/updates/Deletes to data in source table will result in inserts/updates/Deletes in destination table. Data in Destination table will...
March 3, 2012 at 1:17 am
#1454420
Additionally you can try to verify the Account name under which your SQL server service is running.
In my case, on Dev server, the Service was running under Local system account...
November 29, 2010 at 11:28 pm
#1256606