Migrating Other Database Types to Microsoft SQL Server and Azure SQL DB

Using Microsoft-supplied migration utilities, you can migrate Access, Oracle, MySQL, and Sybase database to SQL Server on-premises or in the Cloud.

Rod Trent

July 24, 2014

1 Min Read
Migrating Other Database Types to Microsoft SQL Server and Azure SQL DB

One of the growing selling points of Microsoft Azure is the ability to host SQL Server databases. Azure does offer options for utilizing other database types, making it a very open data platform, but Microsoft makes using SQL Server in the Cloud much easier and much more affordable.

Microsoft provides Migration Assistant utilities that can be used to migrate Access, Oracle, MySQL, and Sybase database types to SQL Server for both on-premises and Azure-based implementations. Microsoft Access, I remember, used to have a migration function built into it, but it was severely lacking. The Migration Assistants make the migration process robust and functional.

The Migration assistants can be run on Windows 7 and later, but shares the following additional requirements:

  • Microsoft Windows Installer 3.1 or a later version.

  • The Microsoft .NET Framework version 4.0 or a later version.

  • Access to and sufficient permissions on the computer that hosts the target instance of SQL Server.

  • SQL 2005 and higher.

  • 4 GB RAM.

For each Migration Assistant download (except for Microsoft Access), there's also an extension pack that needs to be installed.

Here are the downloads:

Microsoft Access database. Additional requirements: DAO provider version 12.0 or 14.0. Microsoft SQL Server Native Client (SNAC) version 10.5 and above.

Oracle Database. Additional requirements: Oracle Client 9.0 or a later version, and connectivity to the Oracle databases that you want to migrate. The Oracle client version must be the same version as, or a later version than, the Oracle database version

MySQL Database. Additional requirements: MySQL Connector/ODBC v5.1.

Sybase Database. Additional requirements: The Sybase OLEDB/ADO.Net/ODBC provider and connectivity to the Sybase ASE database server that contains the databases you want to migrate.

Read more about:

Microsoft
Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like