From BOL (just read the explanations about BULK INSERT)
BULK INSERT Northwind.dbo.[Order Details]
FROM 'f:\orders\lineitem.tbl'
WITH
(
FIELDTERMINATOR = '|',
ROWTERMINATOR = '|\n'
)
HTH, Jens Süßmeyer.
"Rog" <rfed...@maimonidesmed.org> schrieb im Newsbeitrag
news:021b01c367fa$6fd12bd0$a101...@phx.gbl...
> Hi,
> How do I automatically import csv files to a table.
>
> Thanks in advance
--
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/copyright.htm.
"Rog" <rfed...@maimonidesmed.org> wrote in message
--
HTH,
Vinod Kumar
MCSE, DBA, MCAD
www.extremeexperts.com