About 1,070,000 results
Open links in new tab
  1. CREATE FUNCTION (Transact-SQL) - SQL Server | Microsoft Learn

    Sep 3, 2024 · Scalar functions can be invoked where scalar expressions are used, which includes computed columns and CHECK constraint definitions. Scalar functions can also be executed …

  2. SQL Server Scalar Functions By Practical Examples

    Scalar functions can use logic such as IF blocks or WHILE loops. Scalar functions cannot update data. They can access data but this is not a good practice. Scalar functions can call other …

  3. Scalar Function in SQL Server - GeeksforGeeks

    Feb 24, 2023 · In SQL Server, a scalar function is a type of user-defined function that returns a single scalar value based on the input parameters passed to it. The scalar function is used to …

  4. CLR Scalar-Valued Functions - SQL Server | Microsoft Learn

    A scalar-valued function returns a single value. In SQL Server CLR integration, you can write scalar-valued user-defined functions in managed code.

  5. What are the Microsoft SQL database functions? - SQL Server

    Oct 17, 2024 · Scalar functions can be used wherever an expression is valid. Return information about the current configuration. Support data type casting and converting. Return information …

  6. Scalar Function in SQL Server with Examples - Dot Net Tutorials

    In this article, I am going to discuss the user-defined Scalar Valued Function in SQL Server with examples. Please read our previous article, where we discussed Stored Procedures in SQL …

  7. Difference between scalar, table-valued, and aggregate functions in SQL ...

    Jan 13, 2016 · Scalar functions (sometimes referred to as User-Defined Functions / UDFs) return a single value as a return value, not as a result set, and can be used in most places within a …

  8. How to use SQL Server built-in functions and create user-defined scalar

    Jul 7, 2017 · Next time instead of rewriting the SQL, you can simply call that function. A function accepts inputs in the form of parameters and returns a value. SQL Server comes with a set of …

  9. Scalar Valued Function: The Ultimate Guide for Beginners

    Feb 21, 2021 · What is a Scalar Valued Function in SQL Server? The syntax of a Scalar Valued Function. Examples of Scalar Valued Functions. What are the limitations of a Scalar Valued …

  10. Built-in Scalar Functions in T-SQL Programming Language

    Feb 19, 2025 · Scalar functions perform operations on a single value and return a single result, making them essential for data transformation and computation. These functions help simplify …

  11. Some results have been removed
Refresh