Version: SQLServer 8
I would like to view the contents of a stored function in sqlserver, i.e. what exactly the function is doing.
None of the options listed
You can go to Object Explorer, choose the Database containing the Stored Procedure and then choose 'Script Stored Procedure As ':
And then check in the destination folder you chose.