10
© 2012, Oracle Corporation and/or its affiliates 1 Migration MS SQL to MySQL May, 2013 Sumi Ryu

Migration MS SQL to MySQL

Embed Size (px)

DESCRIPTION

Migration MS SQL to MySQL using Workbench, 한글

Citation preview

Page 1: Migration MS SQL to MySQL

© 2012, Oracle Corporation and/or its affiliates 1

Migration MS SQL to MySQL

May, 2013

Sumi Ryu

Page 2: Migration MS SQL to MySQL

© 2012, Oracle Corporation and/or its affiliates 2

Source DB 선택

ODBC(native) 선택 후 MS SQL 접속정보 입력

Page 3: Migration MS SQL to MySQL

© 2012, Oracle Corporation and/or its affiliates 3

Target DB 선택

Page 4: Migration MS SQL to MySQL

© 2012, Oracle Corporation and/or its affiliates 4

대상 DB 선택 : Nothwind

Page 5: Migration MS SQL to MySQL

© 2012, Oracle Corporation and/or its affiliates 5

Migration할 테이블 선택

Page 6: Migration MS SQL to MySQL

© 2012, Oracle Corporation and/or its affiliates 6

Page 7: Migration MS SQL to MySQL

© 2012, Oracle Corporation and/or its affiliates 7

Target DB에 schema를 생성할지 선택, script 파일 생성할지 여부 선택

Page 8: Migration MS SQL to MySQL

© 2012, Oracle Corporation and/or its affiliates 8

스크립트 생성

Data 를 대상 DB로 복사

Page 9: Migration MS SQL to MySQL

© 2012, Oracle Corporation and/or its affiliates 9

Data copy results:

- `Northwind`.`Products` has succeeded (77 of 77 rows copied)

- `Northwind`.`Order Details` has succeeded (2155 of 2155 rows copied)

- `Northwind`.`Region` has succeeded (4 of 4 rows copied)

- `Northwind`.`CustomerCustomerDemo` has succeeded (0 of 0 rows copied)

- `Northwind`.`Shippers` has succeeded (3 of 3 rows copied)

- `Northwind`.`Suppliers` has succeeded (29 of 29 rows copied)

Page 10: Migration MS SQL to MySQL

© 2012, Oracle Corporation and/or its affiliates 10

- `Northwind`.`EmployeeTerritories` has succeeded (49 of 49 rows copied)

- `Northwind`.`Customers` has succeeded (91 of 91 rows copied)

- `Northwind`.`Territories` has succeeded (53 of 53 rows copied)

- `Northwind`.`Employees` has FAILED (0 of 9 rows copied)

- `Northwind`.`Categories` has FAILED (0 of 8 rows copied)

- `Northwind`.`CustomerDemographics` has succeeded (0 of 0 rows copied)

- `Northwind`.`Orders` has succeeded (830 of 830 rows copied)

11 tables of 13 were fully copied

Reference blog

http://mysqlworkbench.org/2012/07/migrating-from-ms-sql-server-to-mysql-using-workbench-

migration-wizard/