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
June, 2011
MSDN Blogs
>
SQL Server Migration Assistant (SSMA) Team's Blog
>
June, 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
Migrating Oracle to SQL Server using SSMA - Error O2SS0351 Conversion of collection method not supported
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 support the conversion of some of the collection method A collection is an ordered group of elements, all of the same type...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0350 Conversion of packaged variable (constant) data type is not supported in this release
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 PL/SQL block when package variable holds an unsupported datatype such as INTERVAL datatype. In Oracle INTERVAL...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0339 Cannot Convert Standalone User-Defined Types
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Ankit Matta , Advaiya Inc. This blog post covers the reasons why SQL Server Migration Assistant (SSMA) for Oracle Cannot Convert Standalone User-Defined Types. A User Defined Type (UDT) is an entitled data type that is made in...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0188 Sequence not found in source metadata
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 a statement that contains reference to an Oracle SEQUENCE object. A SEQUENCE is an Oracle object...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0217 Call to identity sequence CURRVAL not supported
Posted
over 2 years ago
by
Bill Ramos
1
Comments
By Bill Ramos and Badal Bordia , Advaiya Inc. [Updated 2/8/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. However, with SSMA v5.1, we can leverage...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0221 Call to identity sequence NEXTVAL not supported
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Mayank Bhanawat , Advaiya Inc. [Updated 2/8/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. But there are some difference...
SQL Server Migration Assistant (SSMA) Team's Blog
Emulating Records and Collections via CLR UDT
Posted
over 2 years ago
by
Bill Ramos
4
Comments
By Bill Ramos and Vishal Soni , Advaiya Inc. This blog covers how the SQL Server Migration Assistant (SSMA) for Oracle uses the SQL Server Common Language Runtime (CLR) User-Defined Types (UDT) for emulating...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle ANYDATA to SQL Server
Posted
over 2 years ago
by
Welly.Lee
0
Comments
By Welly Lee, Pinaki Bag, and Jayakumar Tanneru. Oracle has an object data type called anydata . This data type supports wide range of data types. For example when creating a table with a column defined as anydata type, the column can store many types...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0347 Comparison of record or collection expressions is not supported
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 does not support comparison of Records or collection variables. A collection is an ordered group of elements, all of the...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - O2SS0264 Unable to convert cursor or cursor variable as a function or procedure call 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 does not convert the PLSQL block when a cursor or cursor variable is passed as a parameter to a function or procedure call....
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle Materialized View to SQL Server
Posted
over 2 years ago
by
Welly.Lee
1
Comments
By Gowri Shanker and Welly Lee. This blog post discusses approaches to migrate Oracle Materialized View to SQL Server. We compare Materialized View with SQL Server Indexed View, discuss scenarios supported by Indexed View and provide suggestions you...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - O2SS0359 Cannot get description for return type of function call expression
Posted
over 2 years ago
by
Bill Ramos
0
Comments
By Bill Ramos and Badal Bordia , Advaiya Inc. This blog post covers the reason why SQL Server Migration Assistant (SSMA) for Oracle is not able to convert the record set which is returned as the return type of the function. A Function is a block of code...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA - Error O2SS0330/ O2SS0331: Unable to convert CLOSE/FETCH statement
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 gives an error when converting the CLOSE and FETCH…INTO statements in a procedure where a SYS_REFCURSOR is returned as parameter...
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...
Page 1 of 2 (33 items)
1
2