473,385 Members | 1,445 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

how to export data from sql server and import to mysql automatically

16
hi,

i have export one table from sql server.and those data are import to mysql automatically.no manual.it runs every time gap.

please any one know how to do it..help i want to finish this work by this week

Thanks in advance
Jul 23 '10 #1
2 2846
dlite922
1,584 Expert 1GB
You have a couple of options.

Use mysqldump (and sql server equivalent of mysqldump) and put them in a crontab / scheduled-task.

OR

Do it with code. With php, connect to the first database, get the data, connect to mysql, insert the data.

You can automate it by putting this php file in a crontab too.

Take your pick, but I suggest you go with the former if your table is pushing hundreds thousands of rows or more.

Cheers,


Dan
Jul 23 '10 #2
neelsbr
16
@neelsbr
thank u..i will try in my job..i will contact u further any reference..thank u for ur reply
Jul 24 '10 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

10
by: ls | last post by:
Hi All, I looking for help with ZODB data export to text file. I have file Data.fs (file becomes from Plone CMS) and I have to display content structure, data like intro, body of article, etc...
3
by: James Alexander Starritt | last post by:
I have created a rather large (60 table database) website dealio in PHP that works with MS SQL Server, Oracle and presumably any other data base I add to the wrapper functions that I created. All...
1
by: Andy | last post by:
I have a mysql db and running on RH linux , how can I export the data from the mysql db on the shell ? thx.
7
by: Eric | last post by:
Hi, Any suggestion to Rapid Application Dev with postgreSQL ? I have a small app to make. I would prefer open-source solution if possible. I also would like to developp on my linux box but...
7
by: Vanessa | last post by:
hi Everyone, I have two questions on exporting data to Excel using ASP (w/o converting formatted excel file into web page and then plug in the dynamic data): 1. Can we export data into...
0
by: =?Utf-8?B?Vml0b3I=?= | last post by:
Hi, I trying to develope a mobile application that need to import and export data from sql server mobile (compact) to an oracle database. I think the best way is to use web services. I have a web...
4
by: Max2006 | last post by:
Hi, We are developing a SQL server based asp.net application. As part of requirement we should allow users import/export some relational data through web user interface. We are investigation...
4
by: sejal17 | last post by:
Dear Sir, Can you tell me how to export data from MySQL database to a xls file using php code?I have to export data from different tables of mysql database to a single xls file.Please help me!!! ...
2
by: creative1 | last post by:
Hi Everyone, I am using vb6 and access for my software application ( Point of Purchase ). I a asked to make it able to import and export data from some tables (Vendor Information, Products Details...
3
by: =?Utf-8?B?YzY3NjIyOA==?= | last post by:
Hi all, I have a question for you. I have a .csv file which has many lines of data. Each line has many data fields which are delimited by ",". Now I need to extract part of data from this...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.