Currently I have a procedure that displays disk information by sending an email to the user.
I'd like to create a link within the email that when clicked, executes a different procedure stored on that server.
Is this possible to do in SQL Server?
Would I have to perhaps pass an osql command, or something of that sort?