Dear All
I downloaded and installed SQL SERVER 2008 Evalution Version from site and want to test change data capture
for that I created one database -
CREATE DATABASE SQL2008CDC
USE SQL2008CDC
after this I am issuing these lines -
EXEC sp_cdc_enable_db
EXEC sp_cdc_enable_db_change_data_capture
BUT unfortunately I got this ERROR-
Msg 2812, Level 16, State 62, Line 1
Could not find stored procedure 'sp_cdc_enable_db_change_data_capture'.
Can any one help me I am in a big problem
In advance Thankyou