PrepAway - Latest Free Exam Questions & Answers

What should you create?

Note: this question is part of a series of questions that use the same or similar answer choices. An answer
choice may be correct for more than one question in the series. Each question is independent of the other
questions in the series. Information and details provided in a question apply only to that question.
You are developing and application to track customer sales.
You need to create an object that meet the following requirements:
– Run managed code packaged in an assembly that was created in the Microsoft.NET Framework and
uploaded in Microsoft SQL Server.
– Run written a transaction and roll back if a future occurs.
– Run when a table is created or modified.
What should you create?

PrepAway - Latest Free Exam Questions & Answers

A.
extended procedure

B.
CLR procedure

C.
user-defined procedure

D.
DML trigger

E.
scalar-valued function

F.
table-valued function

Explanation:
The common language runtime (CLR) is the heart of the Microsoft .NET Framework andprovides the execution
environment for all .NET Framework code. Code that runs within the CLR is referred to as managed code.
With the CLR hosted in Microsoft SQL Server (called CLR integration), you can author stored procedures,
triggers, user-defined functions, user-defined types, and user-defined aggregates in managed code. Because
managed code compiles to native code prior to execution, you can achieve significant performance increases in
some scenarios.

3 Comments on “What should you create?

      1. 113 says:

        A trigger is a special type of stored procedure that automatically runs when a language event executes. Because of the Microsoft SQL Server integration with the .NET Framework common language runtime (CLR), you can use any .NET Framework language to create CLR triggers.




        8



        0

Leave a Reply