user1220497
user1220497

Reputation: 311

SQL Server 2014 Express Replication

I'm new to Sql Server and would like to know whether can setup SQL Server 2014 Express as a Publisher Server for Replication? I cannot find the Local Publication node in Replication folder tree.

Upvotes: 3

Views: 4601

Answers (1)

Chris Albert
Chris Albert

Reputation: 2507

Express supports witness only. See the link below for features supported by the different editions of SQL Server 2014.

https://msdn.microsoft.com/en-us/library/cc645993(v=sql.120).aspx

Upvotes: 6

Related Questions