Viewing 4 posts - 1 through 4 (of 4 total)
Thank you very much for the help Andrey !!
August 2, 2019 at 5:17 pm
Gracias Andrey,
Utilice el siguiente comando:
C:\>bcp "SELECT id,Nombre,Apellido,Direccion,Distrito FROM practiceDB.DBO.EMPLEADO" queryout C:\PruebaXLS\empleado.xls -T -c
pero no sale el encabezado en el excel -_-
August 1, 2019 at 10:38 pm
hola Tio, prueba con esto
bcp "SELECT id, Nombre, Apellido, Direccion, Distrito FROM practiceDB.DBO.EMPLEADO" queryout C: \ PruebaXLS \ empleado.xls -T -c
August 1, 2019 at 9:09 pm
hola matraz
pudiste solucionar tu tema?
tengo un caso parecido, el tema es que cuando exporta a un excel, me sale solo en una linea, debe salir en varias columnas.
C:\PruebaXLS>sqlcmd -S GCTEST...
July 31, 2019 at 1:56 pm
Viewing 4 posts - 1 through 4 (of 4 total)