Apr 16, 2004 #1 psamedy Technical User Joined Apr 22, 2002 Messages 60 Location 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 Joined Apr 22, 2002 Messages 60 Location 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 Joined Jun 26, 2003 Messages 17 Location 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 Joined Jun 26, 2003 Messages 17 Location NO I mean use BCP, to bcp the file into the table. Upvote 0 Downvote
May 25, 2004 #5 billdvldog Programmer Joined Sep 6, 2001 Messages 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 Joined Aug 27, 2002 Messages 3 Location 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