PrepAway - Latest Free Exam Questions & Answers

Does the solution meet the goal?

Note: This question is part of a series of questions that present the same scenario. Each question in the series
contains a unique solution. Determine whether the solution meets the stated goals.
You have a database that contains a table named Employees. The table stored information about the
employees of your company.
You need to implement the following auditing rules for the Employees table:
– Record any changes that are made to the data in the Employees table.
– Customize the data recorded by the audit operations.
Solution: You implement a user-defined function on the Employees table.
Does the solution meet the goal?

PrepAway - Latest Free Exam Questions & Answers

A.
Yes

B.
No

Explanation:
SQL Server 2016 provides two features that track changes to data in a database: change data capture and
change tracking. These features enable applications to determine the DML changes (insert, update, and delete
operations) that were made to user tables in a database.
Change data is made available to change data capture consumers through table-valued functions (TVFs).
https://msdn.microsoft.com/en-us/library/cc645858.aspx

6 Comments on “Does the solution meet the goal?

  1. insomniumbr says:

    I agree on change data tracking / change capture begin a solution. But this was not even mentioned on the question to be turned on.

    The question told us just: “You implement a user-defined function on the Employees table.”

    This is NOT ENOUGH. For me is NO.




    3



    0
  2. raf77 says:

    The answer is B – No
    Requirement: Record any changes that are made to the data in the Employees table.
    UDF cannot record any changes

    link placed by nshar describing a function that only retrieving the change of data.




    0



    0

Leave a Reply