3

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.

user1220497
  • 311
  • 2
  • 4
  • 15

1 Answers1

6

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

Chris Albert
  • 2,462
  • 8
  • 27
  • 31