hi
Trying to run from a client app with a user to create a base of given a sp containing the command:
Code:
but this giving me error failure of the xp_cmdshell execution so How to make a user not in master to execute . any one help ?SET @ msg = 'exec master.dbo.xp_cmdshell "net send' + RTRIM (@ Host) + '' + RTRIM (@ notification) + '"'
Thank you.
Bookmarks