5 de octubre de 2011

Verificar si existe un archivo en el servidor

Create table #tmpMiTabla (output varchar(500))

Insert into #tmpMiTabla
EXEC master..xp_cmdshell 'dir c:\*.exe'

Select * from #tmpMiTabla where output like '%msizap.exe'

No hay comentarios:

Publicar un comentario