Ver Mensaje Individual
  #2 (permalink)  
Antiguo 08/09/2006, 16:17
Avatar de Mithrandir
Mithrandir
Colaborador
 
Fecha de Ingreso: abril-2003
Mensajes: 12.106
Antigüedad: 21 años, 8 meses
Puntos: 25
No tengo un ejemplo desarrollado, pero creo que la herramienta de línea de comandos llamada BCP te puede ayudar. Te pongo un extracto de los libros de ayuda del SQL Server. Ten en cuenta que Excel tiene su driver OLEDB y ODBC que te permiten leer los datos como se menciona abajo.
Cita:
Iniciado por BOLs
Use the bulk copy APIs for OLE DB, ODBC, and DB-Library applications.
The bcp utility is an ODBC command prompt utility that uses the SQL Server ODBC driver bulk copy functions. Any application can use these published bulk copy functions in ODBC or DB-Library applications to run bulk copy operations. Applications can bulk copy from files into a SQL Server table or view. Applications can also bulk copy from program variables into a SQL Server table or view. For more information about OLE DB bulk copies, see Bulk-Copy Rowsets. For more information about ODBC bulk copies, see Performing Bulk Copy Operations. For more information about DB-Library bulk copies, see Bulk-Copy Functions.
__________________
"El hombre, en su orgullo, creó a Dios a su imagen y semejanza."
Friedrich Nietzsche