Can import from xls but what about csv???
From: Eric Lovelace (EricLovelace_at_discussions.microsoft.com)
Date: 02/01/05
- Next message: Jamie: "SnapshotIsolation Level and Com"
- Previous message: Alex: "Re: Move SQL Server to new hardware"
- Next in thread: Rick Sawtell: "Re: Can import from xls but what about csv???"
- Reply: Rick Sawtell: "Re: Can import from xls but what about csv???"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 1 Feb 2005 06:51:02 -0800
Below is the query I use to import from an xls file. What about importing
from a csv file. I change the name from ChallengeResponse.xls to
ChallengeResponse.csv but I get an error. Anyone know any tricks to this?
Select *
FROM OPENDATASOURCE ('Microsoft.Jet.OLEDB.4.0', 'Data
Source=C:\cr\dataload\ChallengeResponse.xls;Extended Properties=Excel
8.0')...ChallengeResponse$
Thanks in advance,
Eric
- Next message: Jamie: "SnapshotIsolation Level and Com"
- Previous message: Alex: "Re: Move SQL Server to new hardware"
- Next in thread: Rick Sawtell: "Re: Can import from xls but what about csv???"
- Reply: Rick Sawtell: "Re: Can import from xls but what about csv???"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|