Sign in
SQL Server Migration Assistant (SSMA) Team's Blog
How-to articles, tips-and-tricks, and guidelines for migrating from Oracle/Sybase/MySQL/Access to SQL Server and SQL Azure
MSDN Blogs
>
SQL Server Migration Assistant (SSMA) Team's Blog
>
MySQL
Search Form
Blog - Links
Subscribe via RSS
Blog Home
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Topics
Planning MySQL Migration
Converting Schema
Migrating Data
Blog Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
SQL Server Migration Assistant (SSMA) Team's Blog
Microsoft SQL Server Migration Assistant (SSMA) 5.2 is Now Available
Posted
over 1 year ago
by
Han, MSFT
34
Comments
Automating Database Migration to SQL Server 2012 SQL Server Migration Assistant (SSMA) v5.2 is now available. SSMA simplifies database migration process from Oracle/Sybase/MySQL and Microsoft Access to SQL Server and SQL Azure. SSMA automates all aspects...
SQL Server Migration Assistant (SSMA) Team's Blog
Announcing SQL Server Migration Assistant (SSMA) v.5.1
Posted
over 2 years ago
by
Welly.Lee
10
Comments
Automating database migration from Oracle, Sybase, MySQL, and Access database to SQL Azure and SQL Server “Denali”. Microsoft announced today the release of SQL Server Migration Assistant (SSMA) v.5.1, a family of products to automate database...
SQL Server Migration Assistant (SSMA) Team's Blog
SSMA Feature Overview
Posted
over 2 years ago
by
Welly.Lee
6
Comments
TechNet Magize published an article which provide overview of SQL Server Migration Assistant (SSMA) features and how it can be used to support database migration to SQL Server. SQL Server: Manage the Migration describes the main feature area of SSMA...
SQL Server Migration Assistant (SSMA) Team's Blog
MySQL to SQL Server Migration: How to Use SSMA
Posted
over 2 years ago
by
Bill Ramos
5
Comments
By Bill Ramos, Advaiya [Updated 2/6/2012 Han Wong - Microsoft SQL Server Migration Assistant (SSMA) for MySQL v5.2. The information provided below is still valid for SSMA for MySQL v5.2. Users should download the lastest SSMA for MySQL] In this...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating a PHP Application using MySQL to SQL Server running PHP on IIS
Posted
over 2 years ago
by
Bill Ramos
3
Comments
By Bill Ramos, Advaiya Inc. In this blog post, I’ll walk through an example of migrating a PHP application originally written for a Windows Apache MySQL PHP server ( WAMP ) onto an IIS server running PHP and SQL Server 2008 R2 Express (often...
SQL Server Migration Assistant (SSMA) Team's Blog
"End of Support" for Older SSMA v4.0 family of Products
Posted
over 3 years ago
by
ssma
3
Comments
[ Updated: 2/8/2012 Selina Jia] Microsoft would like to inform customers that support for SSMA v4.0 family of products (including SSMA Extension Packs) is going to end on October 30 th 2011. Following are the products in SSMA v4.0 family for which...
SQL Server Migration Assistant (SSMA) Team's Blog
Converting from MySQL to SQL Server: Working with Data Types
Posted
over 2 years ago
by
Bill Ramos
2
Comments
By Bill Ramos, Advaiya Inc. [Updated 2/6/2012 Jiafei Yuan- Microsoft SQL Server Migration Assistant (SSMA) for MySQL v5.2. The information provided below is still valid for SSMA for MySQL v5.2. Users should download the lastest SSMA for MySQL] In...
SQL Server Migration Assistant (SSMA) Team's Blog
SQL Server Migration Videos
Posted
over 3 years ago
by
Welly S Lee
2
Comments
Check out video from Joel Shalaby that include a demo on SSMA. SSMA Trailer with customer testimonials. Oracle - SQL Migation Case Study with AON and InfoSys.
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating from MySQL to SQL Azure Using SSMA
Posted
over 2 years ago
by
Bill Ramos
1
Comments
[Updated 2/7/2012 Selina Jia - Microsoft SQL Server Migration Assistant (SSMA) for MySQL v5.2. The information provided below is still valid for SSMA for MySQL v5.2. Users should download the lastest SSMA for MySQL] In this blog post, I will describe...
SQL Server Migration Assistant (SSMA) Team's Blog
How To Convert Individual Statement Using SSMA
Posted
over 3 years ago
by
ssma
0
Comments
You can use SSMA to convert a statement (such as PL/SQL) into T-SQL statement using SSMA. This functionality can be used, for example, to convert embedded SQL statement inside an application that connects to the database. Use the following steps to...
SQL Server Migration Assistant (SSMA) Team's Blog
"End of Support" announcement for SQL Server Migration Assistant v4.2 family of products (support ends on July 15th, 2012)
Posted
over 2 years ago
by
Keshav Ramarao
0
Comments
Microsoft would like to inform customers that support for SSMA v4.2 family of products (including SSMA Extension Packs) is going to end on July 15 th 2012. Following are the products in SSMA v4.2 family of products for which this “End of Support”...
SQL Server Migration Assistant (SSMA) Team's Blog
How SSMA Estimates Manual Conversion Time
Posted
over 2 years ago
by
Welly.Lee
0
Comments
SSMA automates conversion of most statement. There are a few features and syntax which SSMA is unable to migrate. In such situation, SSMA issues a migration error and for each error, SSMA provides estimated manual conversion time. I often asked how do...
SQL Server Migration Assistant (SSMA) Team's Blog
How to: Migrate to a schema in an existing database using SSMA
Posted
over 2 years ago
by
Welly.Lee
0
Comments
SSMA, by default, migrate to dbo schema in a SQL Server database with the same name as source database schema you are migrating from. If the database does not exists, then SSMA will prompt if you like to create a new database. You can modify the target...
SQL Server Migration Assistant (SSMA) Team's Blog
Video: Installing SSMA
Posted
over 2 years ago
by
Welly.Lee
0
Comments
This video covers step-by-step instruction on how to install and get up and running with the SSMA tool for MySQL. Note: The video was recorded with SSMA CTP1 version. The full release version of the tool...
SQL Server Migration Assistant (SSMA) Team's Blog
Video: Migrating MySQL Data
Posted
over 2 years ago
by
Welly.Lee
0
Comments
This video covers the process of moving data from MySQL to SQL Server 2008 once the database structure has been migrated. Note: SSMA includes an option to do partial data migration. See this blog article on how to modify the...
SQL Server Migration Assistant (SSMA) Team's Blog
Converting MySQL STR_TO_DATE function
Posted
over 2 years ago
by
Welly.Lee
0
Comments
MySQL provides STR_TO_DATE() standard function which convert string into date type. SSMA does not support conversion of STR_TO_DATE() function and when it encounters call to the function, SSMA generates a conversion error message "M2SS0201: MySQL standard...
SQL Server Migration Assistant (SSMA) Team's Blog
MySQL to SQL Server Migration: Method for Correcting Schema Issues
Posted
over 2 years ago
by
Bill Ramos
0
Comments
[Updated 2/6/2012 Selina Jia - Microsoft SQL Server Migration Assistant (SSMA) for MySQL v5.2. The information provided below is still valid for SSMA for MySQL v5.2. Users should download the lastest SSMA for MySQL] In the blog post MySQL to SQL Server...
SQL Server Migration Assistant (SSMA) Team's Blog
Accelerate migration to SQL Server with MAP Toolkit 5.5
Posted
over 2 years ago
by
Welly S Lee
0
Comments
The next version of the Microsoft Assessment and Planning (MAP) Toolkit—version 5.5— is now available for free download. · Download MAP 5.5 Simplify planning for migration to the latest Microsoft products and technologies with...
SQL Server Migration Assistant (SSMA) Team's Blog
Video: Converting MySQL Schema
Posted
over 2 years ago
by
Welly.Lee
0
Comments
This video covers the steps involved when migrating database objects (Tables and Indices) from MySQL to SQL . Check out other video in this series: Installing SSMA Migrating Data Resolving Migration Issue
SQL Server Migration Assistant (SSMA) Team's Blog
Converting MySQL LIMIT to SQL Server "Denali"
Posted
over 2 years ago
by
Welly.Lee
0
Comments
[Updated 2/6/2012 Selina Jia - Microsoft SQL Server Migration Assistant (SSMA) for MySQL v5.2. The information provided below is still valid for SSMA for MySQL v5.2, but SQL Server "Denali" is changed to 2012 . Users should download the lastest SSMA for...
SQL Server Migration Assistant (SSMA) Team's Blog
Video: Resolving Migration Issue in MySQL
Posted
over 2 years ago
by
Welly.Lee
0
Comments
This video covers common migration issues that a developer may encounter when they migrate from MySQL to SQL Server 2008. Check out other video in this series: Installing SSMA Assessing and Converting MySQL Schema...
Page 1 of 1 (21 items)