About 1,270,000 results
Open links in new tab
  1. System Functions (Transact-SQL) - SQL Server | Microsoft Learn

    May 23, 2023 · The following system functions perform operations on and return information about values, objects, and settings in SQL Server. Built-in Functions (Transact-SQL)

  2. SQL Server System Functions

    This page provides you with the commonly used system functions in SQL Server that return objects, values, and settings in SQL Server: CAST – Cast a value of one type to another. …

  3. User-defined functions - SQL Server | Microsoft Learn

    Jul 29, 2024 · Like functions in programming languages, SQL Server user-defined functions are routines that accept parameters, perform an action, such as a complex calculation, and return …

  4. System Functions by category - SQL Server | Microsoft Learn

    SQL Server provides the following groups of system functions.

  5. SQL Server - where is "sys.functions"? - Stack Overflow

    Jun 3, 2015 · Object types 'FN', 'IF', 'TF', 'FS' and 'FT' are the five function types per what SSMS (via SMO) generates when scripting IF EXISTS...DROP FUNCTION code. Another way to list …

  6. Different Types of SQL Server Functions - ScholarHat

    Feb 18, 2025 · Types of Function. SQL Server divides functions into two types: System Functions; User-Defined Functions. 1. System Defined Function. These functions are defined by SQL …

  7. SQL Server System Functions: The Basics - Simple Talk

    Mar 31, 2016 · SQL Server provides a set of system functions for working with database objects, settings, and values. You can use the functions to carry out a variety of tasks, such as …

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

    Jul 7, 2017 · SQL Server comes with a set of built-in functions that perform a variety of tasks. Of course, you could create a stored procedure to group a set of SQL statements and execute …

  9. Where are user defined functions stored in MS SQL Server 2008?

    Jan 11, 2012 · In SQL Server Management Studio (SSMS) look under the Programmability\Functions branch. Since you asked, here is how to do it in SQL, not that it will …

  10. T-SQL 101: 98 Using System Variables and Functions in T-SQL

    Jan 25, 2025 · As well as the variables that you declare, SQL Server has a number of built-in system variables and some built-in system functions. The system variables are the ones with …

  11. Some results have been removed
Refresh