Multiple choice technology programming languages

When you need to perform complex calculations or access external resources in SQL Server 2005, which one of the following programming methods do you use?

  1. SQL Server Management Studio

  2. CLR User Defined Type

  3. CLR Stored Procedure

  4. T-SQL View

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

CLR Stored Procedures enable developers to write database logic using .NET languages, which is ideal for complex mathematical computations and accessing external system resources.