积极答复者
sql server 2008 数据快照的创建

问题
答案
全部回复
-
这个是版本功能限制,Express不能作为发布或者分发的,只能做为订阅方。
Microsoft SQL Server 2008 Express (SQL Server Express) can serve as a Subscriber for all types of replication, providing a convenient way to distribute data to client applications that use SQL Server Express. When using SQL Server Express in a replication topology, consider the following:
-
SQL Server Express cannot serve as a Publisher or Distributor.
http://msdn.microsoft.com/en-us/library/ms165686(v=sql.105).aspx
Please Mark As Answer if it is helpful.
-