Quantcast
Channel: T-SQL Code Examples – SQLSERVERLEARNER
Viewing latest article 4
Browse Latest Browse All 27

How to Find the List of Functions in SQL Server

$
0
0

Query to find the list of Functions in SQL Server

[sql]
SELECT name FROM sys.objects
WHERE type IN (‘AF ‘,’FN’, ‘IF’, ‘TF’, ‘FS’, ‘FT’)
[/sql]


Viewing latest article 4
Browse Latest Browse All 27

Latest Images

Trending Articles



Latest Images