Hi, I was trying to create a TXT file using:
exec master.sys.xp_cdmshell 'echo HOLA > c:\hola.txt'
but i got an "Access denied using SQL server "master.sys.xp_cdmshell"
Instead of talk to a Operating System Administrador for give permission needed, I Rather use another method to create the TXT file
HELP ME
Thanks..