Convert SQL Server

Before convert SQL server we will require 3 software in your systems:

Let’s go…..

Mssql to Mysql
Convert SQL server

Step:- 1

I have a database that name is “Utechnoworld” and there have three tables “attendance, Employee, Persons” now I decided to convert MSSQL to MYSQL.

Step:- 2

  • Install XAMPP server
  • Open Xampp Server after installation
  • Start Apache and MySQL services
  • Open your Browser and type http://localhost/phpmyadmin
  • Click on Databases Tab, then create a same databases which you want to convert in My case Databases name “Utechnoworld
  • You can see created a blank databases “Utechnoworld”

Step:- 3

Install “Data Loader” then you will open that software and click on Start New Session.

  • Select Source Databases Type : MS SQL Server
  • Select Destination Databases Type : MySQL
  • Note: Here have lot of features which you can use for future

Please fill-up you MS SQL Server Source details:

  • Put your server name. { Note: Your computer Name }
  • Click in Instance Name Box
  • Authentication- Windows
  • Click Connect
  • Select Databases “Utechnoworld”
  • **** you can see all the table visible on right side*****
  • Select all the database and click Next

Please fill-up you My SQL Destination Server details for convert SQL server

  • I have install My SQL server in Localhost so, I will put this credentials and Connect
  • **** As well, you can directly put Web Server Credentials if you have ****
  • Select your Target Database then Next
  • Loading…….
  • You can see you all table ready to convert.
  • Select Run it now only and do not save
  • Click to Start
  • Finish { You can see databases converted }
  • You can see you databases completely convert.

1. SQL Server queries, Create a Table, Database

SQL server
  • What’s SQL Server ?
  • What’s SQL server Database ?
  • Types of SQL Server Data Models:
  • SQL Constraints
  • DDL – Data Definition Language.
  • DML – Date Manipulation Language
  • DCL – Data Control Language
  • TCL – Transaction Control
  • SQL Server Queries Example..
  • Click here…

5/5 - (1 vote)
Sharing Is Caring:

2 thoughts on “Convert SQL Server”

  1. I truly appreciate this post. I have been looking all over for this! Thank goodness I found it on Bing. You have made my day! Thank you again

    Reply

Leave a Comment