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 - 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
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
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
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
To Schema or Not To Schema
Posted
over 2 years ago
by
Welly.Lee
0
Comments
One of the first decisions you need to make when migrating to SQL Server is to decide whether to migrate to a schema or to a database. There may be different concept of schema between your source database product and SQL Server. Unlike Oracle, for example...
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 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
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 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
Saving Comments During Migration
Posted
over 2 years ago
by
Welly.Lee
0
Comments
During migration to SQL Server, you may find that the source database schema contains some comments to describe the schema. This can be as a comment within programming code (such as Oracle PL/SQL) in procedure, function, package, view or as a comment...
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
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
Using SSMA Project Setting to Customize Database Migration
Posted
over 2 years ago
by
Welly.Lee
0
Comments
SSMA provides a project setting that allow you to customize how the conversion is done. This post describes the project setting options available for you as well as scenarios where you want to customize the setting. SSMA project setting options...
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
Protecting DBA’s secret
Posted
over 2 years ago
by
ssma
0
Comments
One common challenge for a migration project is for a DBA to give password to access a database that he/she owns. This article shows an approach where DBA can keep the password while allowing a separate migration team to run assessment and migration....
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
A Curious Case of NUMBER truncation
Posted
over 3 years ago
by
ssma
0
Comments
Oracle's FLOAT may truncate a float number beyond its binary digit limit. For example, execute the following in Oracle: DECLARE testvar FLOAT(5); BEGIN Testvar := 123.45; DBMS_OUTPUT.put_line(to_char(testvar)); END; The statement...
SQL Server Migration Assistant (SSMA) Team's Blog
Part1: Creating a Custom SSMA Report
Posted
over 3 years ago
by
ssma
0
Comments
SSMA provides a migration assessment report to help you identify potential migration issues . You can generate the assessment report by selecting source schema, right click and select Create Report . Alternatively, you can also click on the Create Report...
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
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
Part3: Creating a Custom SSMA Report
Posted
over 3 years ago
by
ssma
0
Comments
In the last part of this installment, I will show an example of SSRS report using the data we parsed in part 2 and extracted from SSMA in part1 . For this report, I would like to list all projects and its aggregate conversion rate, number of object, and...
SQL Server Migration Assistant (SSMA) Team's Blog
Migrating Oracle to SQL Server using SSMA – Error O2SS0099 ROWNUM in ORDER BY clause is not supported
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 Oracle ROWNUM in ORDER BY clause. The Oracle ROWNUM returns a number...
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 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...
Page 3 of 5 (111 items)
1
2
3
4
5