Skip to content

Instantly share code, notes, and snippets.

@timendum
Created August 3, 2011 09:51
Show Gist options
  • Select an option

  • Save timendum/1122292 to your computer and use it in GitHub Desktop.

Select an option

Save timendum/1122292 to your computer and use it in GitHub Desktop.
View the definition of a user defined function in MS SQL Server
SELECT OBJECT_DEFINITION(OBJECT_ID('dbo.Function_Name'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment