Apr 16, 2004 #1 psamedy Technical User Apr 22, 2002 60 US I'd like to import data (weekly) into some sybase data from a csv file(it be generated by from a SQL Server database). What are my options? Thanks Pat
I'd like to import data (weekly) into some sybase data from a csv file(it be generated by from a SQL Server database). What are my options? Thanks Pat
Apr 16, 2004 Thread starter #2 psamedy Technical User Apr 22, 2002 60 US Sorry for the confusion: What I meant was, I need to migrate SQL server Data into a SYBASE table on a weekly schedule: What is the best way to do this. Thanks Upvote 0 Downvote
Sorry for the confusion: What I meant was, I need to migrate SQL server Data into a SYBASE table on a weekly schedule: What is the best way to do this. Thanks
Apr 19, 2004 #3 mjuell Programmer Jun 26, 2003 17 NO Use ISQL in a unix script, and put the script into a crontab job. Thats what I would have done!. Upvote 0 Downvote
Apr 19, 2004 #4 mjuell Programmer Jun 26, 2003 17 NO I mean use BCP, to bcp the file into the table. Upvote 0 Downvote
May 25, 2004 #5 billdvldog Programmer Sep 6, 2001 43 Pat, If you have SQL Server, I would use DTS. Create the job and schedule it for once a week. Bill Upvote 0 Downvote
Dec 28, 2004 #6 indywizard Programmer Aug 27, 2002 3 US The DTS Does not work if you have to insert data into a table with a identity field. Seems the sybase OLEDB driver is incomplete Upvote 0 Downvote
The DTS Does not work if you have to insert data into a table with a identity field. Seems the sybase OLEDB driver is incomplete