Viewing 15 posts - 886 through 900 (of 2,840 total)
Yes, I have heard cases where things has gone wrong. The SPs can have new functionality, deprecate some commands and this can cause havoc to your application that was running...
September 9, 2010 at 12:26 pm
There is another thread who had almost the same error. Paul Randall helped the OP out. Check this thread.
September 9, 2010 at 10:01 am
You can use Bi-Directional replication, Immediate or Queued updating subscription.
September 9, 2010 at 9:55 am
Try catching the error in the SP.
September 9, 2010 at 9:02 am
First you test the SP in a test server. Then only do you apply it in production. You do not trust any patches from anyone blindly.
Also it would be...
September 9, 2010 at 8:59 am
If you post this question in SQL 2005 Administration forum, you will get better response. I am no Mirror expert.
September 9, 2010 at 8:41 am
Not enough info in your question to give a perfect answer, but you can look at Filters in replication. You can also modify the replication system SPs to suit your...
September 9, 2010 at 8:39 am
Did you set up the replication using RMO or Windows Synchronizing manager? Please keep in mind that SQL Server Express does not have a SQL Server Agent. There for the...
September 9, 2010 at 8:38 am
What do you mean by "Someone already set up replication in Server A"? If someone sets up replication, they should have a Distributor and a subscriber. So which is the...
September 9, 2010 at 8:26 am
Great, Please do let us know if that was helpful to you. There are couple of others who are facing the same issue.
September 2, 2010 at 11:39 am
Try adding the user to the TargetServerROle in MSDB. That should give them access
September 2, 2010 at 9:52 am
If you are using SP3 or above of SQL 2000, you have to add the user to the TargetServerRole in MSDB so that they can view the status of the...
September 2, 2010 at 9:51 am
If you want the latest data, the best would be to use transactional replication to another server where the users can run their reports. If you do not mind if...
September 2, 2010 at 9:41 am
Viewing 15 posts - 886 through 900 (of 2,840 total)