Weekly digest: the best articles, once a week, no spam.
Articles tagged #Functions
2 article(s)
-
SQL Server Stored Procedure vs User-Defined Function
The core difference is this: a stored procedure is a routine you execute to do work — it can modify data, run transactions, handle errors, and return one or…
@llaxmikant · Dec 15, 2025 -
User-Defined Functions in SQL Server
A user-defined function (UDF) in SQL Server is a reusable routine that takes parameters, runs T-SQL, and returns either a single value or a table. SQL Server…
@llaxmikant · Nov 26, 2025