Webpicasso 10 Posted October 8, 2002 Report Share Posted October 8, 2002 Hi ich habe eine Struktur für eine MS-SQL Datenbank bekommen und möchte die aber in eine MySQL Datenbank laden... Weiss jemand ob und wie das machbar ist (ohne alle per Hand zu machen) MSSQL Definition (auszug): CREATE DOMAIN STRING1 AS CHAR(1) CHARACTER SET WIN1252; ..... CREATE TABLE ANREDE ( KEYID STRING1 NOT NULL, TEXTADR STRING40, TEXTB STRING40, CONSTRAINT ANREDE_PRIMARY PRIMARY KEY (KEYID) ); ...... Danke Gruss Christian Quote Link to comment
Pie 11 Posted October 8, 2002 Report Share Posted October 8, 2002 Hi http://www.mysql.com/Downloads/Contrib/mssql2mysql.txt enjoy - Pie Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.