About 75,300 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 integration …

  2. 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.

  3. SQL Server User-defined Functions Tutorial with Practical Examples

    You will learn about SQL Server user-defined functions including scalar-valued functions and table-valued functions to simplify your development.

  4. 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, table …

  5. 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.

  6. SQL Server: Functions - TechOnTheNet

    Learn how to create and drop functions in SQL Server (Transact-SQL) with syntax and examples. In SQL Server, a function is a stored program that you can pass parameters into and return a value.

  7. 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 SQL Server …

  8. SQL Server Functions

    If you want to be an expert in sql server, then you should learn SQL Server functions. Here, we will guide you and teach you everything about functions in sql server with examples.

  9. All SQL Server Database Functions List with Examples - Total 30

    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-functions & use cases …

  10. SQL Server Functions: A Comprehensive Guide for Developers

    Jan 30, 2025 · In this article, we’ll explore the different types of functions in SQL Server, their use cases, and best practices for implementation. SQL Server provides two main categories of...