03/11/2014, 12:13
|
| Colaborador | | Fecha de Ingreso: julio-2007 Ubicación: Mexico, D.F.
Mensajes: 6.482
Antigüedad: 17 años, 4 meses Puntos: 180 | |
Respuesta: Guardar Procedimiento Almacenado en un txt Claro con BCP
Código SQL:
Ver originalDECLARE @strbcpcmd NVARCHAR(MAX) SET @strbcpcmd = 'bcp "EXEC asmary..usp_Contract_SelectByEmpId -1,1" queryout "C:\test.txt" -w -C OEM -t"$" -T -S'+@@servername EXEC master..xp_cmdshell @strbcpcmd
__________________ MCTS Isaias Islas |