无法运行一条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.
升级步骤,移除原来版本,再重新安装升级。
升级之后: