Hi! everyone
I'm a newbe in SQL server 2000.
I need help on how could be the best way to transfer data (+10,000 lines) from a linux server to a SQL 2000 server (some codes would be appreciate).
Here the step i'm thinking about:
1- Server linux send each 10 minutes a text file with data for multiple table in a SQL 2000 directory.
2- The file is read from (bcp or bulk insert or dts?) to send the data to the good tables.
3- When done the text file is delete
Thanks in advenced
I'm a newbe in SQL server 2000.
I need help on how could be the best way to transfer data (+10,000 lines) from a linux server to a SQL 2000 server (some codes would be appreciate).
Here the step i'm thinking about:
1- Server linux send each 10 minutes a text file with data for multiple table in a SQL 2000 directory.
2- The file is read from (bcp or bulk insert or dts?) to send the data to the good tables.
3- When done the text file is delete
Thanks in advenced