[SOLVED] MySQL to MSSQL

This is a discussion on "[SOLVED] MySQL to MSSQL" within the Databases section. This forum, and the thread "[SOLVED] MySQL to MSSQL are both part of the Program Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > Databases

Notices




Closed Thread
 
LinkBack (3) Thread Tools
  3 links from elsewhere to this Post. Click to view. #1  
Old Aug 24th, 2003, 21:11
Anonymous User
Guest
Posts: n/a
[SOLVED] MySQL to MSSQL

Anyone know of a "FREE" tool that can migrate a MySQL database to MSSQL??: I have looked and found a few pay ones, but so far nothing free.

Thank!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!

  #2  
Old Aug 25th, 2003, 12:40
Rob's Avatar
Rob Rob is offline
Webforumz Founder
Join Date: Jul 2003
Location: Southern UK
Age: 34
Posts: 3,192
Blog Entries: 7
Thanks: 27
Thanked 23 Times in 20 Posts
dunno if this is free:-

http://www.bykeyword.com/pages/detai...load-8276.html
__________________
Click the 'Thanks!' button if this post has helped you

Rob - Webforumz Founder
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #3  
Old Aug 25th, 2003, 16:05
Anonymous User
Guest
Posts: n/a
Looks like it. I will test it and let you know. Thaks for the great find!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #4  
Old Aug 31st, 2003, 21:13
New Member
Join Date: Aug 2003
Location: USA
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
<blockquote id="quote"><font size="1" face="geneva, verdana, arial" id="quote">quote:<hr height="1" noshade id="quote">Originally posted by Stephen

Anyone know of a "FREE" tool that can migrate a MySQL database to MSSQL??: I have looked and found a few pay ones, but so far nothing free.

Thank!
<hr height="1" noshade id="quote"></blockquote id="quote"></font id="quote">

DTS is built into MS SQL ... aim it at the MySQL db?

Or - MySQL does a nice db dump of both schema and db contents into one script file which, with minor mods, could be run in Query Analyzer to create a db. It does not include the 'create database ..' command itself, so you can either add it or create the db first and make sure that's the active db before running the script. Will create and populate tables. Might have to do some mods, as I said, on the create table statement (references ISAM) and perhaps some of the datatypes, but global s&r will make short work of that.

Or ... how did Rob's suggestion work?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #5  
Old Sep 1st, 2003, 04:44
Anonymous User
Guest
Posts: n/a
The data dump I got from MySQL was not importable into SQL. DTS does work as well, but it is a pain, and it didn't take it all. Still haven't found a completely free one.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #6  
Old Sep 1st, 2003, 16:21
New Member
Join Date: Aug 2003
Location: USA
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Did you install myODBC driver?

Using the "import/export wizard" which is DTS, I found it way too easy, and not a pain in the least.

1) install myODBC driver
2) specify a System DSN aiming at the mySQL database you want to import into MS SQL
3) Run the "Import/Export" wizard.

In seconds, a new MS SQL database is created, with all data transformed and present.

myODBC driver can be downloaded from http://www.mysql.com/

more info available at:

http://www.microsoft.com/technet/tre...vg/miglamp.asp

hth,
Mike
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #7  
Old Sep 1st, 2003, 20:13
Anonymous User
Guest
Posts: n/a
Thanks for the info. I will give that a try!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #8  
Old Oct 6th, 2003, 07:48
New Member
Join Date: Oct 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Hi pmichael,

I've just tried your suggestion,
but how come all the primary key from mysql database gone?

Any other suggestion?

Cheers,
Hendry J
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Closed Thread

Tags
mysql, mssql

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

LinkBacks (?)
LinkBack to this Thread: http://webforumz.com/databases/1539-solved-mysql-to-mssql.htm
Posted By For Type Date
phpBB.nl :: Bekijk onderwerp - MySQL --> MS SQL This thread Refback Apr 25th, 2007 10:33
phpBB.nl :: Bekijk onderwerp - MySQL --> MS SQL This thread Refback Apr 12th, 2007 07:38
phpBB.nl :: Bekijk onderwerp - MySQL --> MS SQL This thread Refback Apr 7th, 2007 18:40

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] XML &gt; MySQL? alexgeek PHP Forum 13 Jan 5th, 2008 10:45
[SOLVED] RecordCount in ASP-MySQL Monie Databases 1 Nov 1st, 2007 06:59
[SOLVED] mysql question longstand Databases 5 Oct 23rd, 2007 04:11
[SOLVED] Connecting/Using MySQL and ASP Monie Classic ASP 8 Oct 12th, 2007 09:00


All times are GMT. The time now is 21:48.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved