Hi,
I am trying to learn SQL on SQL Server and several functions/SPs require parameters. For example, when I enter "exec sys.fn", the intellisense brings up various functions/SPs and some have brackets which describe parameters.
How do I pass the parameter in? Although I saw some examples, they were for custom SPs so I couldn't quite apply them.
Thanks