'Data Driven Subscriptions' 功能在 Developer Edition 中可用吗?
Is 'Data Driven Subscriptions' feature available in Developer Edition?
我们已经安装了 2012 Developer Edition。
Data Driven Subscriptions
功能在 Developer Edition 中是否像 Enterprise Edition 一样可用?
是的。 Data Driven Subscription
在开发者版本中可用。
根据微软:
SQL Server 2012 Developer edition lets developers build any kind of
application on top of SQL Server. It includes all the functionality of
Enterprise edition, but is licensed for use as a development and test
system, not as a production server. SQL Server Developer is an ideal
choice for people who build and test applications.
https://technet.microsoft.com/en-us/library/ms144275(v=sql.110).aspx
找出你是 运行 的 Sql 服务器的 version/edition。 运行 这个:
SELECT @@VERSION
我们已经安装了 2012 Developer Edition。
Data Driven Subscriptions
功能在 Developer Edition 中是否像 Enterprise Edition 一样可用?
是的。 Data Driven Subscription
在开发者版本中可用。
根据微软:
SQL Server 2012 Developer edition lets developers build any kind of application on top of SQL Server. It includes all the functionality of Enterprise edition, but is licensed for use as a development and test system, not as a production server. SQL Server Developer is an ideal choice for people who build and test applications.
https://technet.microsoft.com/en-us/library/ms144275(v=sql.110).aspx
找出你是 运行 的 Sql 服务器的 version/edition。 运行 这个:
SELECT @@VERSION