Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 Import a dbf file

Author  Topic 

Starlet_GT
Yak Posting Veteran

81 Posts

Posted - 2007-10-31 : 10:02:01
I want to schadule a file import, but file is in a zip format. is there any way to import it? in zip there is a foxpro(dbf) file.

waiting for help in this regard.

rmiao
Master Smack Fu Yak Hacker

7266 Posts

Posted - 2007-10-31 : 23:20:38
Unzip the file then import it with ssis package.
Go to Top of Page

Starlet_GT
Yak Posting Veteran

81 Posts

Posted - 2007-11-01 : 01:03:53
How to unzip the file in ssis package?
Go to Top of Page

Starlet_GT
Yak Posting Veteran

81 Posts

Posted - 2007-11-01 : 01:05:30
Is there any possiblity that ssis package copy zip file from remote location on my local machine?
Go to Top of Page

russell
Pyro-ma-ni-yak

5072 Posts

Posted - 2007-11-01 : 11:16:11
u can install pkzip cmd line tool (or similar product) on server. then just script the unzip
Go to Top of Page

Starlet_GT
Yak Posting Veteran

81 Posts

Posted - 2007-11-02 : 00:55:19
What is script command for un-zip a file?
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2007-11-02 : 01:04:32
quote:
Originally posted by Starlet_GT

What is script command for un-zip a file?




It depends what zip program you have installed. Which are you using and does it have command-line capabilities?

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/
Go to Top of Page
   

- Advertisement -