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
Can’t migrate from Sybase ASA to SQL Server using SSMA
Posted
3 months ago
by
Angshuman Nayak
0
Comments
Unfortunately we never had Sybase ASA on our plans for SSMA. The plan is still intact and we still support migration from Sybase ASE 11.9 onwards with the latest version of SSMA for Sybase http://www.microsoft.com/en-us/download/details.aspx?id=28765...
SQL Server Migration Assistant (SSMA) Team's Blog
Procedures/Functions with ROWTYPE Parameters Defaulted to NULL
Posted
over 1 year ago
by
Han, MSFT
0
Comments
The %ROWTYPE attribute in Oracle defines the particular record type of a row in a table. A common usage of %ROWTYPE attribute is to have variables declared as ROWTYPE of a table to transfer data in and out of a procedure or function. An IN ROWTYPE parameter...
SQL Server Migration Assistant (SSMA) Team's Blog
Securing MS Linked Tables Connection Strings During Migration
Posted
over 1 year ago
by
Han, MSFT
0
Comments
Microsoft Access stores all the connection strings for the respective linked tables in a system table called MSysObjects. As seen below, the connection strings contain clear-text used id and password. With the release for SSMA for Access 5.2, when creating...
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
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
Applying Operational Profiles to Demonstrate Production Readiness Of an Oracle to SQL Server Database Port using Web Services
Posted
over 2 years ago
by
Welly.Lee
1
Comments
By James Cusick, Imran Riaz, Hubert Huang, Allen Tse, Murugan Gnanavel {james.cusick; imran.riaz; hubert.huang;allen.tse; murugan.gnanavel} @wolterskluwer.com Wolters Kluwer Corporate Legal Services, New York, NY Abstract A common problem in...
SQL Server Migration Assistant (SSMA) Team's Blog
Identifying Database Migration Opportunity Using MAP 6.0
Posted
over 2 years ago
by
Welly.Lee
0
Comments
Microsoft announced the release of Microsoft Assessment and Planning (MAP) toolkit 6.0. The new version of MAP reports the existence of Oracle database instances and provides information that can be use to estimate total cost of ownership and return-on...
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
Converting Oracle Sequence to SQL Server "Denali"
Posted
over 2 years ago
by
Welly.Lee
1
Comments
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, but SQL Server "Denali" is changed to 2012. Users should download the lastest SSMA...
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
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
"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
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...
Page 1 of 5 (111 items)
1
2
3
4
5