I am getting issue with xp_cmdshell procedure . I am running below command from ssms connected to sql server 2008 r2 express edition .
exec xp_cmdshell 'echo abc'
it result in null and message 1 row effected. it does not return abc as result. xp_cmdshell is enabled as from above result which is not showing any error .
Please look in to the issue .
Thanks,
Nitesh Kumar