Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 758489
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T15:29:06+00:00 2026-05-14T15:29:06+00:00

How can I view all the functions (built in) in a SQL Server database

  • 0

How can I view all the functions (built in) in a SQL Server database using SQL Server Management Studio?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T15:29:06+00:00Added an answer on May 14, 2026 at 3:29 pm

    This will return all user-defined functions. I’m not sure what you mean by “build-in” functions.

    SELECT * 
    FROM sys.objects 
    WHERE RIGHT(type_desc, 8) = 'FUNCTION'
    

    OR

    SELECT * FROM sys.all_objects where type in ('FN','AF','FS','FT','IF','TF')
    

    Here are the types:

    --AF = Aggregate function (CLR)
    --C = CHECK constraint
    --D = DEFAULT (constraint or stand-alone)
    --F = FOREIGN KEY constraint
    --PK = PRIMARY KEY constraint
    --P = SQL stored procedure
    --PC = Assembly (CLR) stored procedure
    --FN = SQL scalar-function
    --FS = Assembly (CLR) scalar function
    --FT = Assembly (CLR) table-valued function
    --R = Rule (old-style, stand-alone)
    --RF = Replication filter procedure
    --SN = Synonym
    --SQ = Service queue
    --TA = Assembly (CLR) trigger
    --TR = SQL trigger 
    --IF = SQL inlined table-valued function
    --TF = SQL table-valued function
    --U = Table (user-defined)
    --UQ = UNIQUE constraint
    --V = View
    --X = Extended stored procedure
    --IT = Internal table
    

    Here is a list of all system stored procs:

    http://msdn.microsoft.com/en-us/library/ms187961.aspx

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using the built-in Domain Catalog database to list all the databases on a
I've built an important MySQL database, with a lot of view, triggers, functions and
I want to display an activity chooser that shows all apps that can VIEW
I have a layout setup which can be view here: http://jsfiddle.net/Pn3ts/ It all works
In My wordpress blog I can get all the archive list in monthly view.
I'm using a generic system for reporting which takes data from a database view
You can view my site here - http://patiss-themes.com/planetary/ and as you can see on
you can view full source code here dpaste.com/hold/167199 Error: delete() takes exactly 2 arguments
How can view the execution line used by netbean v6.8 to execute my java
I want anonymous user can view projects' status and logs but can not start/stop/force

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.