About 543,000 results
Open links in new tab
  1. sql server - Database Administrators Stack Exchange

    Sep 7, 2021 · How to generate replication snapshot without locking tables. one of the ways to work around that is to. Initialize SQL Server replication using a database backup

  2. Replication Deadlocks In SQL Server, And How To Fix Them

    Sep 17, 2021 · If you see deadlocks that involved Database Id 32767, and a negative object ID like -993696157, it’s going to be some weird replication stuff. That’s the Id of the Resource …

  3. Avoiding locking/blocking in Replication from multiple locations

    May 10, 2023 · At times blocking/locking is caused which gets resolved by itself most of time. The default refresh gap is 5 seconds to replicate data say from FACTORY A to head quarter and …

  4. Transactional Replication - Avoid Snapshot locking tables

    In a Transactional Replication setup, if is necessary to create a new snapshot initially and every time new tables need to be added to the publication. During Snapshot two phases seems to …

  5. Replicated SQL Server Database Deadlock Query Victim

    Mar 19, 2014 · I have a replicated a SQL Sever 2008 R2 database setup and a query which runs hourly (taking about 3 minutes to run). This query populates a temporary table with its results. …

  6. sql server - Is database locked when it's in replication process ...

    Aug 6, 2010 · locking during snapshot generation for transactional replication is much reduced by default in SQL2005, and you can further reduce it by using the new 'database snapshot' …

  7. Transactional replication distribution agent is locking tables in …

    Apr 2, 2014 · Occasionally when I run reports on the subscriber db, it returns an error message about some locking in the db. When I run sp_lock, I can see that the report session has taken …

  8. Frequently asked questions for replication administrators - SQL Server ...

    For merge publications, the Snapshot Agent does not take any locks. For transactional publications, by default the Snapshot Agent takes locks only during the initial phase of …

  9. sql - How to avoid table locks and replicate large articles using ...

    Jan 5, 2018 · Table locks during initial time and lot of requests from the application were failing due to this locks. How can we avoid this?

  10. performance - SQL Server Replication causing locks on table - Database

    What we are seeing is that the table which is part of the Replication finds itself being locked by the sp_MSupd_dbo stored procedure. We notice this because other very simple select statements …

  11. Some results have been removed
Refresh