Hi all,
I'm piloting CDC in Oslo. This article tells what to do:
http://msdn.microsoft.com/en-us/library/dd129574(VS.85).aspxSo, after running through that article, im getting a strange error message:
Msg 313, Level 16, State 3, Line 7:
An insufficient number of arguments were supplied for the procedure or function cdc.fn_cdc_get_all_changes_ ... . I thought the message wastruncated by management studio;but i think its not. After digging and digging through the functions for CDC, i stubled uponsys.fn_cdc_check_parameters. However nice that may be; i cannot get a resultset from CDC; i need such a resultset for a demo.
Im convinced i missed out something trivial; but i've scanned the msdn page 10 (decimal) times.
So now, how am i going to try out CDC?
I also have another question, since that is what i'm working on now: how can i see
who (what connection / repository user) changed some data with CDC?
(as i can get the change-date back from an LSN, can i also get other information?)
Performing my Final Project, looking into codename "Oslo".