Viewing 15 posts - 721 through 735 (of 2,840 total)
Hi Aaron, thanks for those two links. pretty good info in those two. 🙂
December 2, 2010 at 1:26 pm
It could take a different plan based on whether it is parametazid or not. I read that in Grant Fritcheys blog.
The overlapping auto stats is the one that makes...
December 2, 2010 at 1:19 pm
Check if you have overlapping auto stats. That could cause this.
December 2, 2010 at 12:43 pm
I forgot the fact that you are using SQL 2008. I was thinking it was SQL 2005. Anyways, I gave you a bad advice last time. When your distributor version...
December 2, 2010 at 7:07 am
The Publisher is SQL 2000, right? Are you doing a PULL or a PUSH subscription? That could make a big difference when using two different versions of SQL Server for...
December 2, 2010 at 6:00 am
Dag namit, this has gone to 4 pages and still not resolved. Not good. The only other thing I can think of that could happen is the Snapshot schema is...
December 1, 2010 at 12:52 pm
When you were looking at the profiler, what was the user that was being used to connect and execute?
December 1, 2010 at 12:32 pm
This is a Microsoft product... 🙂 So expect the worst. You can try this in two ways.
1. Remove this PK violation command from replication
2. Remove the row from the...
December 1, 2010 at 8:08 am
Now run the profiler and find out the exact cause of the problm. I have seen case where it sends two commands for the same SP.
Also run the sp_browsereplcmds...
December 1, 2010 at 6:11 am
Check in your Subscriber database if the stored proc sp_MSins_dboDocumentNotes exists in your replicated database and the service used in the distributor and the distributor_admin have DBO rights on the...
December 1, 2010 at 5:27 am
On the distributor Database, ALPHA\dtwservice, what is the Default database set for it? Make sure that the default DB is Master. Since it is a sysadmin in all the instances,...
November 30, 2010 at 1:06 pm
In your SQL Server Log and Event viewer, that is all the errors details you get? Or are there more errors? Also we need to find out what is failing....
November 30, 2010 at 12:12 pm
Add the distributor admin to the sysadmin group. On both the publisher and the distributor. When you add an article, the Distributor_admin adds a row in the syspublication table. For...
November 30, 2010 at 10:16 am
Log on to your publisher and then try connecting to your distributor using SSMS. I have a bad feeling that your connections from the publisher to distributor is somehow getting...
November 30, 2010 at 9:22 am
Can you run this command on the distributor?
Use Master
go
Select @@Servername
Check if it gives the right name.
November 30, 2010 at 8:30 am
Viewing 15 posts - 721 through 735 (of 2,840 total)