How to Solve xp_cmdshell for Non-System Users
Sometimes we use xp_cmdshell in T-SQL to run console applications on a remote server. “xp_cmdshell” is an extended stored procedure provided by Microsoft and stored in the master database. This procedure allows you to issue operating system commands directly to the Windows command shell via T-SQL code. If needed the output of these commands will…