Viewing 8 posts - 16 through 24 (of 24 total)
one more error:
" The row was not found at the Subscriber when applying the replicated command"
in view synchronization monitor
This error would normally occur due to while publication is trying to...
June 30, 2009 at 11:49 pm
As suggested by Pradeep Singh, you can refer the mentioned link.
June 30, 2009 at 5:48 am
Schedule it (or) Start the process thru Replication monitor or run the relevent job in sqlagent --> jobs. Ensure the Log reader agent is in running state.
June 30, 2009 at 5:12 am
But while implementing the replication, the initial step would be creating snapshot, which actually transfers the entire schema of the articles you defined along with the data to the subscriber....
June 30, 2009 at 1:46 am
Implementing Replication would not require downtime. But you can do it on off hours. It does not require backup and restore. Instead you can create Publication and subscription and transfer...
June 30, 2009 at 12:47 am
If this is SQL Server 2000, if you have set DB Maintenance plan for optimizations.. Please check whether the option
‘Remove unused space from Database Files’ is enabled. If...
June 29, 2009 at 4:50 am
If you know the logical file name then create a blank database. Detach it and while attaching the DB refer the mdf and ldf file.
June 26, 2009 at 6:03 am
Thank you for the response.
Is it on OS Side or SQL Side ?
June 26, 2009 at 5:41 am
Viewing 8 posts - 16 through 24 (of 24 total)