Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 2.41 KB

File metadata and controls

42 lines (32 loc) · 2.41 KB
title Assessment Report (SybaseToSQL)
description Assessment Report (SybaseToSQL)
author nilabjaball
ms.author niball
ms.date 01/19/2017
ms.service sql
ms.subservice ssma
ms.topic concept-article
ms.collection
sql-migration-content
f1_keywords
ssma.sybase.assessmentreport.f1

Assessment Report (SybaseToSQL)

The Assessment Report window shows the results of the conversion of database objects to [!INCLUDEtsql] syntax, and can also help you estimate the complexity and cost of your migration projects.

To access the Assessment Report, select objects to convert in source metadata explorer, right-click Databases, and then select Create Report.

Options

Conversion statistics
Shows the conversion statistics by statement type. This pane is visible only when a group object, such as a schema, or an object without code is selected in the left pane.

Objects by Category
Shows the conversion statistics by object type. This pane is visible only when a group object, such as a schema, or an object without code is selected in the left pane.

Statistics
Shows the conversion statistics for the selected object. This pane is visible only when an individual object with code is selected in the left pane. You might have to expand Statistics to view this pane.

Source navigation
Shows the ASE code for the selected object, and highlights code that was not converted to [!INCLUDEtsql]. This pane is visible only when an individual object with code is selected in the left pane.

Click the line numbers to set or clear bookmarks. Use the buttons at the top of the pane to navigate through the code.

Target navigation
Shows the conversion's resulting [!INCLUDEtsql] code for the selected object, and error messages for code that was not converted. This pane is visible only when an individual object with code is selected in the left pane.

Click the line numbers to set or clear bookmarks. Use the buttons at the top of the pane to navigate through the code.

Messages pane
Shows the errors, warnings, and information messages that are generated when creating the assessment report. Messages are grouped by number. To view the code that caused the error, click Error, Warning, or Info, expand the category of messages, and then click a message.