无法运行一条SQL语句,才发现SQL是标准版的,决定升级它。

EXECUTE sys.sp_cdc_enable_db 
GO  

Msg 22988, Level 16, State 1, Procedure sp_cdc_enable_db, Line 12
This instance of SQL Server is the Standard Edition (64-bit). Change data capture is only available in the Enterprise, Developer, and Enterprise Evaluation editions.


升级步骤,移除原来版本,再重新安装升级。

决定对SQL Server 2008 R2进行升级

 

升级之后:

决定对SQL Server 2008 R2进行升级

 

转载于:https://www.cnblogs.com/insus/archive/2011/04/20/2022058.html

相关文章:

  • 2022-02-02
  • 2022-12-23
  • 2021-11-09
  • 2021-12-05
  • 2022-01-07
  • 2021-09-11
  • 2021-09-05
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-01
  • 2021-12-05
  • 2021-08-08
  • 2021-04-12
相关资源
相似解决方案