dbTalk Databases Forums  

SQL Syntax in SSIS Import/Export Wizard

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss SQL Syntax in SSIS Import/Export Wizard in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Matthew Wieder
 
Posts: n/a

Default SQL Syntax in SSIS Import/Export Wizard - 10-27-2008 , 11:45 AM






using an ODBC dbf connection in the import/export wizard, I am finding that I
am unable to use traditional SQL syntax in the "Provide a Source Query"
dialog. Specifically, while:
select * from CY_1000.DBF
works fine, if I try to write any syntax (such as a join clause) that
requires referencing fields in multiple files/tables, it fails.
I assume the issue is the period in the file name, since it then doesn't
know how to handle CY_1000.DBF.FIELDONE but [CY_1000.DBF].[FIELDONE] doesn't
work either. What is the correct syntax to use in this dialog?


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.