1.

Which of the following code snippet returns a version integer that is associated with the last committed transaction that was tracked by change tracking?

A. SELECT @sync_new_received_anchor = change_tracking_cur_version()
B. SELECT @sync_new_received_anchor = change_tracking_current_ver()
C. SELECT @sync_new_received_anchor = change_tracking_current_version()
D. SELECT @sync_new_received_anchor = change_track_current_version()
Answer» D. SELECT @sync_new_received_anchor = change_track_current_version()


Discussion

No Comment Found