I need to import data from a Excel Sheet into a table using the bulk insert command.
Can I get know the command.
I tried the below syntax
BULK INSERT CONFIG_25.dbo.[HISConfigValues_RD]
FROM 'D:\HISConfigValues_RD.XLS'
WITH (ROWTERMINATOR = '' )
I get the below error
OLE DB provider 'STREAM' reported an error. The provider did not give any information about the error.
The statement has been terminated.
Thanks in advance
Mouli