Skip to content

Commit 2cb8568

Browse files
authored
Merge pull request #16529 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to master to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents 994e2ba + 9f3566c commit 2cb8568

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/relational-databases/replication/codesnippet/tsql/enable-updating-subscrip_1.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ SET @publication = N'AdvWorksProductTran';
1414
SET @login = $(Login);
1515
SET @password = $(Password);
1616

17-
USE [AdventureWorks]
17+
USE [AdventureWorks2012]
1818
-- Enable transactional replication on the publication database.
1919
EXEC sp_replicationdboption
2020
@dbname=@publicationDB,
@@ -69,4 +69,4 @@ EXEC sp_addarticle
6969
@type = N'logbased',
7070
@source_owner = @owner,
7171
@destination_owner = @owner;
72-
GO
72+
GO

0 commit comments

Comments
 (0)