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
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
Migrating Oracle to SQL Server using SSMA - Error O2SS0157 Dynamic string for OPEN...FOR not converted
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Badal Bordia, Advaiya Inc. This blog post describes why SQL Server Migration Assistant (SSMA) for Oracle doesn’t convert the dynamic string within an OPEN...FOR statement and presents a natural alternative to returning cursors by using...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0055 Incorrect EXCEPTION_INIT PRAGMA parameter
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Ankit Matta , Advaiya Inc. This blog post covers the reason why SQL Server Migration Assistant (SSMA) for Oracle cannot convert EXCEPTION_INIT. Exception handling is a programming language construct or mechanism designed to handle the...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0054 Unable to convert EXCEPTION_INIT
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Vishal Soni , Advaiya Inc. This blog post covers the reason why SQL Server Migration Assistant (SSMA) for Oracle cannot convert EXCEPTION_INIT. Exception handling is a programming language construct or mechanism designed to handle the...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0268 Hierarchical query with outer join cannot be converted
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Mayank Bhanawat , Advaiya Inc. This blog post describes why SQL Server Migration Assistant (SSMA) for Oracle doesn’t convert the PL/SQL block when outer joins are used in hierarchical queries. In Oracle, CONNECT BY PRIOR is a condition...
SQL Server Migration Assistant (SSMA) Team's Blog
Setting multiple test case call values in SSMA
Posted
over 2 years ago
by
Welly.Lee
0
Comments
SSMA for Oracle and Sybase include tester suite to automate comparison testing between the source and target SQL Server database. The test cases can be defined using Test Case Wizard UI . You can specify database object to test (e.g. function), specify...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0260 Wrapped package cannot be converted
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Ankit Matta , Advaiya Inc. This blog post covers the reason why SQL Server Migration Assistant (SSMA) for Oracle does not convert the wrapped code. Wrapping (encrypting) is a process of hiding the source code. Wrapping helps to protect...
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
Migrating Oracle to SQL Server using SSMA - Error O2SS0038 Hierarchical query not converted
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Ankit Matta , Advaiya Inc. This blog post covers one of the reasons why SQL Server Migration Assistant (SSMA) for Oracle cannot convert a hierarchical query containing complex functions in any sub query. A hierarchical query is a type...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA Error O2SS0007 Check constraint condition not parsed
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Ankit Matta , Advaiya Inc. This blog post covers the reason why SQL Server Migration Assistant (SSMA) for Oracle is not able to convert a BINARY_FLOAT column with a constraint for checking a NAN ( Not a Number ) condition. In Oracle...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0274 Call to function with cursor return value cannot be converted in current context
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Vishal Soni , Advaiya Inc. This blog post covers the reason 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...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0418 Failed to parse statement batch with package definition
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Vishal Soni , Advaiya Inc. This blog post describes why SQL Server Migration Assistant (SSMA) for Oracle doesn’t convert the PL/SQL block when using invalid syntax while creating a package in Oracle code. Error O2SS0418 Failed to parse...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0160 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 describes why SQL Server Migration Assistant (SSMA) for Oracle doesn’t convert the SELECT statement in two scenarios that have ill formed ORDER BY clauses. Error O2SS0160 SELECT statement...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0101 A parameter has been omitted, so there is no default value
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Badal Bordia , Advaiya Inc. This blog post covers the reasons why SQL Server Migration Assistant (SSMA) for Oracle cannot get description for packaged function or a packaged procedure call when a parameter has been omitted. A package...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating from Sybase ASE to SQL Server – How to use SSMA for Sybase
Posted
over 2 years ago
by
Bill Ramos
3
Comments
[Updated 2/7/2012 Jiafei Yuan - Microsoft SQL Server Migration Assistant (SSMA) for Sybase v5.2. The information provided below is still valid for SSMA for Sybase v5.2. Users should download the lastest SSMA for Sybase] In this blog, I’m going...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Sybase ASE to SQL Server: Similarities and Differences to Help in Planning a Migration Project
Posted
over 2 years ago
by
Bill Ramos
2
Comments
[Updated 2/7/2012 Jiafei Yuan - Microsoft SQL Server Migration Assistant (SSMA) for Sybase v5.2. The information provided below is still valid for SSMA for Sybase v5.2. Users should download the lastest SSMA for Sybase] This blog post explores the...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0343 FORALL statement with SAVE EXCEPTION clause is not supported
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Mayank Bhanawat , Advaiya Inc. This blog post describes why SQL Server Migration Assistant (SSMA) for Oracle doesn’t support the SAVE EXCEPTION clause in the FORALL statement. Exception handling is a programming language construct or...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0029 Cannot convert EXIT statement
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Mayank Bhanawat , Advaiya Inc. This blog post describes why SQL Server Migration Assistant (SSMA) for Oracle doesn’t convert the EXIT statement when an outer loop is exited from inside the scope of inner loop. The LOOP statement is used...
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
Migrating Oracle to SQL Server using SSMA - Error O2SS0408 Collection or Record Type is not supported
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Vishal Soni , Advaiya Inc. This blog post covers the reasons why SQL Server Migration Assistant (SSMA) for Oracle does not support Collection or Records Type. A collection is an ordered group of elements, all of the same type. It is...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0104 Unpackaged function call is missing a parameter
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Mayank Bhanawat , Advaiya Inc. This blog post describes why SQL Server Migration Assistant (SSMA) for Oracle doesn’t support the function statement whenever the number of parameter passed during the function call is less than the expected...
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
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
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
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
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...
Page 2 of 5 (111 items)
1
2
3
4
5