I run EXEC
sp_configure
'xp_cmdshell'
, 1
Message is"....change from 1 to 1 "
Then
EXEC
XP_CMDSHELL
'Dir N:'
cannot find store procedure xp_cmdshell
I check master database.
No dbo.xp_cmdshell under store procedure.
How to fix it? I need run command
EXEC
XP_CMDSHELL
'Dir N:'
Thanks