InterviewSolution
Saved Bookmarks
| 1. |
Upper bound on expected throughput of the capture job is calculated using which of the following computation?(a) (maxtrans * maxscans) / number of seconds between scans(b) (maxtrans * maxscans) * number of seconds between scans(c) (maxtrans * maxscans) – number of seconds between scans(d) None of the mentionedThis question was addressed to me during an online exam.This intriguing question originated from Change Data Capture in division Monitoring and Auditing of SQL Server |
|
Answer» The correct CHOICE is (a) (maxtrans * maxscans) / number of seconds between scans |
|