Created
August 3, 2011 09:51
-
-
Save timendum/1122292 to your computer and use it in GitHub Desktop.
View the definition of a user defined function in MS SQL Server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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