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

    Use CREATE FUNCTION to create a reusable T-SQL routine that can be used in these ways: The integration of .NET Framework CLR into SQL Server is discussed in this article. CLR …

  2. SQL Server User Defined Function Example

    Nov 1, 2019 · SQL Server offers three types of user defined functions (udf) and in this tip we will cover examples for each of the three major types of user-defined function types: scalar-valued, …

  3. SQL Server Functions - W3Schools

    SQL Server has many built-in functions. This reference contains string, numeric, date, conversion, and some advanced functions in SQL Server. Returns the string from the first argument after …

  4. SQL Server Functions: Create, Alter, Call - TutorialsTeacher.com

    Learn what are user-defined functions in SQL Server. Functions in SQL Server are similar to functions in other programming languages.

  5. T-SQL Create Function syntax and example

    What is an SQL Server function? A T-SQL function in SQL Server database represents an user-defined object that contains one or more SQL statements to perform a specific operations. A …

  6. SQL Server Functions

    Here, we will guide you and teach you everything about functions in sql server with examples. What is a Function in SQL Server? In SQL Server, a function is a pre-written code segment …

  7. SQL Server: Functions - TechOnTheNet

    Learn how to create and drop functions in SQL Server (Transact-SQL) with syntax and examples. What is a function in SQL Server? In SQL Server, a function is a stored program that you can …

  8. How To Run A Function In SQL Server | Enabla Technology

    Jul 28, 2025 · Understanding how to run functions in SQL Server is not just a technical skill—it’s a business advantage. This comprehensive guide aims to simplify the concept of SQL Server …

  9. SQL Server Functions with Example Queries - HTMLPlayground

    Nov 20, 2025 · Functions in SQL serve as powerful tools that allow you to perform various calculations, transformations, and operations on your data. Understanding the importance and …

  10. All SQL Server Database Functions List with Examples - Total …

    Jan 8, 2025 · Here is the list of all functions in SQL Server like aggregate, analytic, bit manipulation, ranking functions, row set, scaler, etc. These functions have plenty of sub …