I am working with SQL and what I want is that every time I execute the xp_cmdshell command, a new file is generated, since as I currently have it, write the same one, I leave the code of my query :
DECLARE @Comando VARCHAR(2048)
SET @...
asked on
08.08.2017 / 15:49