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.
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. |
 |
|
Starlet_GT
Yak Posting Veteran
81 Posts |
Posted - 2007-11-01 : 01:03:53
|
How to unzip the file in ssis package? |
 |
|
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? |
 |
|
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 |
 |
|
Starlet_GT
Yak Posting Veteran
81 Posts |
Posted - 2007-11-02 : 00:55:19
|
What is script command for un-zip a file? |
 |
|
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 KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/ |
 |
|
|
|
|