
What Are the Microsoft SQL Database Functions? - SQL Server
Nov 18, 2025 · Learn about the categories of built-in functions you can use with SQL databases. You can use the built-in functions or create your own user-defined functions.
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.
T-SQL Create Function syntax and example
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 function accepts input …
SQL Server: Functions - Listed by Category - TechOnTheNet
For easy reference, we have provided a list of all SQL Server (Transact-SQL) functions. The list of SQL Server functions is sorted into the type of function based on categories such as string, …
T-SQL - Functions - Online Tutorials Library
MS SQL Server has many built-in functions to perform processing on string or numeric data. Following is the list of all useful SQL built-in functions ?
Different Types of SQL Server Functions - ScholarHat
Sep 18, 2025 · In this SQL Server tutorial we will explore various SQL Server Functions such as user-defined and system functions to improve your database querying skills. A function is a …
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 …
SQL Server Functions
These functions are pre-defined and can be utilized without the need for user-defined code. They are broadly classified into categories such as string functions, mathematical functions, date …
List of Transact SQL Functions on SQL Server 2019
In this SQL Server 2019 guide I want to share the full list of SQL Server SQL functions for Transact-SQL database developers. I also try to provide official documentation links as well as …
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 …