So how many columns are you using ?
Is there a break point ?
--
----------------------------
Allan Mitchell (Microsoft SQL Server MVP)
MCSE,MCDBA
www.SQLDTS.com
I support PASS - the definitive, global community
for SQL Server professionals - http://www.sqlpass.org
"Ravi" <rravi3 (AT) Covansys (DOT) com> wrote
Quote:
Hi Allan,
Excel 2002 (9.0.2720) SQL Server 2000
I believe the problem is in the query because when I
select 3-4 Columns its fine when
Also when I do
SELECT left(F38,240) AS F38
FROM SHEET1$
It parses fine and maps fine but when I execute is says
source for F38 Unknow .. But If I remove IMEX=1 It ports
fine
Ravi |