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
May, 2011
MSDN Blogs
>
SQL Server Migration Assistant (SSMA) Team's Blog
>
May, 2011
Search
Download
SSMA for Oracle v.5.2
SSMA for Sybase v.5.2
SSMA for MySQL v.5.2
SSMA for Access v.5.2
Blog - Links
Subscribe via RSS
Blog Home
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Archive
Archives
February 2013
(1)
February 2012
(2)
January 2012
(1)
August 2011
(1)
July 2011
(7)
June 2011
(33)
May 2011
(19)
April 2011
(6)
March 2011
(8)
February 2011
(13)
January 2011
(4)
December 2010
(2)
November 2010
(3)
October 2010
(4)
September 2010
(4)
August 2010
(3)
Pick a Product
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
Access to SQL Server Migration: Understanding the Assessment Report and Error List
Posted
over 2 years ago
by
Bill Ramos
3
Comments
The SQL Server Migration Assistant for Access assessment report displays the results from converting a Jet based Microsoft Access solution to use SQL Server. The report displays errors, warnings, and information settings based on either the Default Project...
SQL Server Migration Assistant (SSMA) Team's Blog
Access to SQL Server Migration: Understanding SSMA Project Settings
Posted
over 2 years ago
by
Bill Ramos
0
Comments
[Update: 2/9/2012 Selina JIa-Microsoft SQL Server Migration Assistant (SSMA) for Access v5.2] In many cases, the Migration Wizard for Access will successfully migrate your Jet based Access solution to SQL Server. You may find a need to change your...
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
How to migrate data fast from Sybase to SQL Server
Posted
over 2 years ago
by
Angshuman Nayak
1
Comments
[Updated: 2/8/2012 Selina Jia- the latest SSMA is v5.2, which has no Provider option in the project settings , so below cannot be applied to SSMA 5.2. But, if you don't want to use initial Provider to migrate data, you can change it in below dialog...
SQL Server Migration Assistant (SSMA) Team's Blog
Auto generate link table when migrating access database using SSMA
Posted
over 2 years ago
by
Welly.Lee
1
Comments
[Updated: 2/9/2012 Selina Jia] SSMA provide an option to automatically create a link table for every table it moves to SQL Server. This is a useful functionality to allow all forms, reports, and query that refers to the table still work after the data...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server Using SSMA - Emulating Oracle Package Variables
Posted
over 2 years ago
by
Bill Ramos
2
Comments
By Bill Ramos and Vishal Soni , Advaiya Inc. Oracle supports encapsulating variables, types, stored procedures, and functions into a package. When you convert Oracle packages, you need to convert: Procedures and functions - both public and...
SQL Server Migration Assistant (SSMA) Team's Blog
SSMA @TechEd Video
Posted
over 2 years ago
by
Welly.Lee
0
Comments
SSMA session from North America TechEd is now available from Channel 9 .
SQL Server Migration Assistant (SSMA) Team's Blog
SSMA 5.0 Extension Pack Installation Error
Posted
over 2 years ago
by
Welly.Lee
2
Comments
SSMA for Oracle requires installation of SSMA Extension Pack on the target SQL Server. This blog post describe errors that you may receive during the installation and how to resolve the issue. Must declare variable error messages During the installation...
SQL Server Migration Assistant (SSMA) Team's Blog
Converting Oracle UDT to SQL Server TVP
Posted
over 2 years ago
by
Welly.Lee
1
Comments
Oracle supports User Defined Type (UDT) which include object type and collection. This data type is not supported in SQL Server and SSMA does not support conversion of Oracle UDT. You may consider using SQL Server TVP when migrating your Oracle database...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0407: Unsupported collection key type
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Vishal Soni , Advaiya Inc. This blog post covers some of the reasons why SQL Server Migration Assistant (SSMA) for Oracle cannot convert some of the statements that have the collection or records data-type. This blog also covers the...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0352 BULK COLLECT INTO clause in SELECT statement not converted
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Mayank Bhanawat Advaiya Inc. This blog post covers why SQL Server Migration Assistant (SSMA) for Oracle doesn’t convert the PL/SQL blocks when SELECT statement is used with BULK COLLECT INTO clause and DISTINCT clause. A collection is...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server by using SSMA - Error O2SS0094 Unable to convert CURSOR as parameter
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Ankit Matta , Advaiya Inc. This blog post covers why SQL Server Migration Assistant (SSMA) for Oracle cannot convert a procedure that contains the CURSOR as parameter. A cursor is a mechanism by which you can assign a name to a "SELECT...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA–Error O2SS0041 Illegal Identifier
Posted
over 2 years ago
by
Welly.Lee
0
Comments
When converting Oracle schema to SQL Server using SSMA, you may encounter an error when your table contains a DATE column with default value. This blog post describes the reason for the error and what you should do when you encounter this error. Consider...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0245: Cursor conversion in return statements not supported
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Badal Bordia , Advaiya Inc. This blog post covers why SQL Server Migration Assistant (SSMA) for Oracle cannot convert some of the statements that have cursor as a return type in any function. A cursor is a mechanism by which you can...
SQL Server Migration Assistant (SSMA) Team's Blog
Improving Performance of SSMA Migration Assessment
Posted
over 2 years ago
by
Welly.Lee
0
Comments
When performing migration assessment for a large schema (with thousands of objects), you can use the following to help improve performance: Run SSMA application on hardware with x64 bit Windows and memory of at least 4 GB. Force load the schema...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0334 BULK COLLECT INTO Clause not converted
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Ankit Matta , Advaiya Inc. This blog post covers some of the reasons why SQL Server Migration Assistant (SSMA) for Oracle cannot convert a statement that contains the BULK COLLECT INTO Clause (a collection category query). A collection...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA–Error O2SS0293: Columns list in set clause cannot be converted
Posted
over 2 years ago
by
Welly.Lee
0
Comments
This blog post describes SSMA error message when converting Oracle PL/SQL UPDATE statement with column group assignment. Oracle PL/SQL allows you to perform multi column update through sub-query. Consider the following example: CREATE TABLE ACCOUNT...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0265 Unable to convert condition (with CURSOR attributes)
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Ankit Matta , Advaiya Inc. This blog post describes why SQL Server Migration Assistant (SSMA) for Oracle doesn’t convert the statement having Cursor attributes with any conditional operator. A CURSOR is a mechanism by which you can assign...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0179 Packaged Variable (constant) data type not recognized
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Vishal Soni Advaiya Inc. [Updated 2/7/2012 Jiafei Yuan - Microsoft SQL Server Migration Assistant (SSMA) for Oracle v5.2. The information provided below is still valid for SSMA for Oracle v5.2. Users should download the lastest...
Page 1 of 1 (19 items)