Skip to content

Commit 2ecf5d6

Browse files
authored
Merge pull request #17709 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to master to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 8df1918 + 22bda87 commit 2ecf5d6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/replication/publish/add-articles-to-and-drop-articles-from-existing-publications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ monikerRange: "=azuresqldb-mi-current||>=sql-server-2016||=sqlallproducts-allver
7878
As noted above, in some cases dropping an article requires subscriptions to be dropped, recreated, and then synchronized. For more information, see [Subscribe to Publications](../../../relational-databases/replication/subscribe-to-publications.md) and [Synchronize Data](../../../relational-databases/replication/synchronize-data.md).
7979

8080
> [!NOTE]
81-
> **[!INCLUDE[ssSQL15](../../../includes/sssql14-md.md)] Service Pack 2** or above and **[!INCLUDE[ssSQL15](../../../includes/sssql15-md.md)] Service Pack 1** or above support dropping a table using **DROP TABLE** DLL command for articles participating in Transactional Replication. If a DROP TABLE DDL is supported by the publication(s), then the DROP TABLE operation will drop the table from the publication and the database. The log reader agent will post a cleanup command for the distribution database of the dropped table and do the cleanup of the publisher metadata. If the log reader hasn't processed all the log records that refer to the dropped table, then it will ignore new commands that are associated with the dropped table. Already processed records will be delivered to distribution database. They may be applied on Subscriber database if the Distribution Agent processes them before Log Reader cleans up the obsolete (dropped) article(s). The **default** setting for all transactional replication publications is to not support DROP TABLE DLL. [KB 3170123](https://support.microsoft.com/help/3170123/supports-drop-table-ddl-for-articles-that-are-included-in-transactional-replication-in-sql-server-2014-or-in-sql-server-2016-sp1) has more details about this improvement.
81+
> **[!INCLUDE[ssSQL15](../../../includes/sssql14-md.md)] Service Pack 2** or above and **[!INCLUDE[ssSQL15](../../../includes/sssql15-md.md)] Service Pack 1** or above support dropping a table using **DROP TABLE** DDL command for articles participating in Transactional Replication. If a DROP TABLE DDL is supported by the publication(s), then the DROP TABLE operation will drop the table from the publication and the database. The log reader agent will post a cleanup command for the distribution database of the dropped table and do the cleanup of the publisher metadata. If the log reader hasn't processed all the log records that refer to the dropped table, then it will ignore new commands that are associated with the dropped table. Already processed records will be delivered to distribution database. They may be applied on Subscriber database if the Distribution Agent processes them before Log Reader cleans up the obsolete (dropped) article(s). The **default** setting for all transactional replication publications is to not support DROP TABLE DDL. [KB 3170123](https://support.microsoft.com/help/3170123/supports-drop-table-ddl-for-articles-that-are-included-in-transactional-replication-in-sql-server-2014-or-in-sql-server-2016-sp1) has more details about this improvement.
8282
8383

8484
## See Also

docs/reporting-services/branding-the-web-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ You can also **Download** or **Remove** the package. Removing the package will r
145145

146146
```xml
147147
<?xml version="1.0" encoding="utf-8"?>
148-
<SystemResourcePackage xmlns="https://schemas.microsoft.com/sqlserver/reporting/2016/01/systemresourcepackagemetadata"
148+
<SystemResourcePackage xmlns="http://schemas.microsoft.com/sqlserver/reporting/2016/01/systemresourcepackagemetadata"
149149
type="UniversalBrand"
150150
version="2.0.2"
151151
name="Multicolored example brand"

0 commit comments

Comments
 (0)