![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| unix script to takes the old data from a TXT file and compress them into new file | vpandey | Shell Programming and Scripting | 2 | 03-05-2008 07:10 AM |
| How to fetch data from a text file in Unix | shikhakaul | Shell Programming and Scripting | 4 | 01-25-2008 07:20 AM |
| help for writing shell script to export table data | sankarg | Shell Programming and Scripting | 3 | 10-18-2006 03:01 AM |
| unix script to export data from csv file to oracle database | vinayagan | Shell Programming and Scripting | 3 | 07-20-2005 01:16 AM |
| How to copy data file from UNIX and put it on PC | BillyT | UNIX for Dummies Questions & Answers | 3 | 01-22-2001 06:09 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Quote:
1. Create a delimited flat file on UNIX 2. ftp or rcp the file to your SQL Server database server 3. Use bcp to load the data into SQL Server Alternatively for a hands-free approach: 1. Create a delimited flat file on UNIX 2. Define a DTS jobs that ftps your data from UNIX and then loads your SQL Server database however often you wish Thomas |
|
||||
|
Our Unix server is not configureed to allow ftp from SQL server side to Unix side.
But I can ftp files from Unix to Windows server. I have a cron job to write pipe deliminated file on certain directory. I am trying to write a script to ftp the log files to windows shared drive folder every night automatically. It seemed like unless the server allows anonymous user, I can't pass auto authentication step. Can I write script to ftp file automatically with correct user name and password? |