About 1,060,000 results
Open links in new tab
  1. SQL Stored Procedures, Views and Functions Examples - SQL Server

    Oct 18, 2022 · Learn how to create SQL Server stored procedures, views, and functions with these various examples outlined in this article.

  2. CREATE FUNCTION (Transact-SQL) - SQL Server | Microsoft Learn

    Creates a user-defined function (UDF), which is a Transact-SQL or common language runtime (CLR) routine. A user-defined function accepts parameters, performs an action such as a …

  3. sql - Can I create a One-Time-Use Function in a Script or Stored ...

    May 26, 2017 · In SQL Server 2005, is there a concept of a one-time-use, or local function declared inside of a SQL script or Stored Procedure? I'd like to abstract away some complexity …

  4. SQL Stored Procedures for SQL Server - W3Schools

    What is a Stored Procedure? A stored procedure is a prepared SQL code that you can save, so the code can be reused over and over again. So if you have an SQL query that you write over …

  5. T-SQL Create Function syntax and example - T-SQL Tutorial

    The example below shows how to create a function in the SQL Server database using the T-SQL language. The created function is of scalar type, the CREATE FUNCTION keyword is used, …

  6. SQL Server: Functions - TechOnTheNet

    In SQL Server, a function is a stored program that you can pass parameters into and return a value. You can create your own functions in SQL Server (Transact-SQL). Let's take a closer …

  7. Functions vs stored procedures in SQL Server - SQL Shack

    In this article, we will teach how to create stored procedures and functions in SQL Server and show advantages and disadvantages one of each. In our examples, we will use scalar user …

  8. SQL Server User-defined Functions - SQL Server Tutorial

    In this section, you will learn about SQL Server user-defined functions including scalar-valued functions which return a single value and table-valued function which return rows of data. The …

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

    Functions in SQL Server contains SQL statements that perform some specific tasks. Functions can have input parameters and must return a single value or multiple records. If your scripts …

  10. Create User-defined Functions (Database Engine) - SQL Server

    Sep 29, 2024 · This article describes how to create a user-defined function (UDF) in SQL Server by using Transact-SQL. User-defined functions can't be used to perform actions that modify …

  11. Some results have been removed
Refresh