Links

MSCEWI4001

Transformation for the USE database statement is disabled by default.

Severity

Low

Description

This EWI is related to the Transact USE statement transformation. By default, the statement is not going to be transformed, the user has to add the explicit parameter in case he wants the statement to be migrated to the Snowflake equivalent.

Code Example

Input Code:

USE [MY DATABASE]

Output Code:

-- ** MSC-WARNING - MSCEWI4001 - Transformation for USE <database> is disabled by default. **
--USE "MY DATABASE"

Recommendations

  • Specify the -u or usedatabase parameter in the conversion tool in order to migrate the statement.
  • For more support, you can email us at [email protected] or post a message to our forums. If you have a contract for support with Mobilize.Net, reach out to your sales engineer and they can direct your support needs.