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)
4 comments
You have saved me a great deal of time in proving this behavior to a client. Excellent and thorough work.
Kurt Survance
SQL Consulting
http://www.sqlconsulting.com
Kendal,
Thanks for the information it was very informative. I do have one question and that is regarding CommitBatchSizeTheshold. I had thought that was the max of commands that can be applied in one commit which is 1000. So if I insert 1,500 records in one Transaction why does it come back with 1 transaction, 1500 commands should it say 1 transaction 1000 commands and 1 transaction 500 commands.
Should we replicate indices, not replicate and rebuild on subscriber, or both ?
I notice latency on the subscribers when the housekeeping jobs (agent history clean up and Distribution clean up) on the distributor have long run times (> 15 seconds). They are currently set to the default, is is recommended to alter the schedules of these jobs, or leave "as is" ? My distributor is on a dedicated host, I rebuild idxs and updstats on distribution, do not auto shrink devices, so on and so forth. Our publisher does process large updates, 60K rows at most, every hour or so in a few select tables. Is it too much to ask for replication never to exceed 5 seconds latency for P->D and D->S ?
Post a Comment