Subscribe to:
Post Comments (Atom)
Popular Posts
Labels
About Me
Best Practices
Career
Data Mining
Documentation
Feature Requests
Humor
MagicPASS
Meme Monday
Mirroring
Parameter Sniffing
PASS
Performance
PowerShell
Presentations
Query Tuning
Recognition
Replication
Scripts
Security
SQL Power Doc
SQL Server 2005
SQL Server 2008
SQLH2
SQLRally
SQLSaturday
SYDI
T-SQL Tuesday
Tips
Troubleshooting
Updates
VirtualBox
Windows
XML
What I'm Saying On Twitter
Copyright © 2015 Kendal Van Dyke. All rights reserved.
Kendal is a database strategist, community advocate, public speaker, and blogger. A practiced IT professional with over 15 years of SQL Server experience, Kendal excels at disaster recovery, high availability planning/implementation, & debugging/troubleshooting mission critical SQL Server environments. Kendal is a Senior Consultant on the Microsoft Premier Developer Support team and President of MagicPASS, the Orlando, FL based chapter of PASS. Before joining Microsoft, Kendal was a SQL Server/Data Platform MVP from 2011-2016.
[About Kendal]
(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh9MNPJA4l6-fUucihu7dVXmOnHaSrHG-zuAhn6IXsjHqnZ2RJ4xSd3KNLMkYXnKcrDKORYVXxC1WGsrrt8s5U8k1atkLfg0xnLtZA6RbLt6qhppadMtWFJLRpNgg1zLjyG3qFeokfkc0xs/w139-h140-p/IMG_3503.JPG)
3 comments
:-) This behavior is exists in SSMS 2008. The "Do not replicate updates" cancelling deletes, and "Do not replicate deletes" canceling updates
Thanks, this article solves my problem.
I attempted to use this feature for the first time today.
I had 6 tables in an existing publication and decided to remove the 6 tables and setup a new publication. Then I changed the setting to do not replicated DELETE statements. I did them one by one so I don't think the issue is directly related to what you are describing in this article.
After building the snapshot and initializing the new publication all works for about 30 minutes. Then we get failures that records cannot be inserted due to PRIMARY KEY violations. The PRIMARY KEY for the table that is failing is a GUID.
We can reinitialize and everything works for about 30 minutes.
Do you have any recommendations on why this might be happening or ways I can troubleshoot this?
Any help would be greatly appreciated.
Thanks
gb
Post a Comment