SQL Tran Docs
  • Overview
    • About
    • Getting started
    • Object lifecycle
    • Why is there no AI inside?
    • Performance considerations
    • Security considerations
    • Assessment
    • Unlocking projects
    • Interface walk-through
    • Translation scenarios
    • Prerequisites for Azure Marketplace deployment
  • Emulation Scenarios
    • Emulation in SQL Tran
    • SQL Server to Fabric Warehouse
      • Data types
      • Case sensitivity
      • Cursors
        • Basic cursor loop
        • Cursor types
        • Fetch direction modes
        • Cursors in control flow
        • Nested cursors
        • Data modification cursors
        • Multiple cursors
        • Subqueries and filtering
      • Named procedure parameters
      • Result set limiting
      • MERGE statements
      • Computed columns
      • External tables
      • Materialized views
      • Identity columns
      • Unsupported system objects
    • Synapse Analytics to Fabric Warehouse
      • Emulations
      • Limitations
    • SQL Server to Synapse Analytics
    • Oracle to PostgreSQL
  • Project wizard
    • Source database
    • Target database
    • Wrapping up
  • Projects
    • Project list
    • Overview
    • Workspace
    • Reports
    • Tests
    • Scratch pad
    • Settings
      • Project name
      • Mapping
      • Database connections
    • Navigation
    • Object complexity
    • Static analysis
    • Translation errors
    • Exporting and importing projects
  • Workspace
    • Object tree
    • Data lineage
    • Code
    • Actions
      • Overriding source
      • Overriding target
      • Ignoring objects
  • Tests
    • Workflow
    • Configure SQL Tran
    • Connecting to databases
      • Fabric Warehouse
      • Synapse Dedicated SQL Pool
      • Azure SQL Database, Azure SQL Managed Instance, Microsoft SQL Server
    • Tables
    • Views
    • Procedures
    • Functions
    • Triggers
    • Performance tests
  • Scripter
    • About
    • Supported databases
    • SQL Server
    • Azure SQL
    • Synapse Dedicated Pool
    • Oracle
    • PostgreSQL
    • MySQL
Powered by GitBook
On this page
  • Add/update object scripts
  • Download target script
  • Actions
  1. Projects

Overview

PreviousProject listNextWorkspace

Last updated 8 months ago

Here you can see your project stats. If SQL Tran engine has been updated since you created your project, clicking the Re-Translate button will immediately update your target code in all objects that aren't manually translated.

SQL Tran can handle the most complex databases in the world. A million lines of code is completely processed, analyzed and transpiled in seconds.

Add/update object scripts

If you do not have all database scripts when you start with the project, you can add or even update object source code by uploading additional scripts in a form of SQL or ZIP files.

Download target script

If you want to create the target objects yourself, or examine the generated script in some external tool, you can export the script here.

Actions

Re-Parse (available only in Spectral Core demo accounts)

This is rarely needed - it is only needed if SQL Tran cannot properly understand your source script and reports syntax errors where there are none.

Re-Translate (available only in Spectral Core demo accounts)

Transpilation engine is being continuously improved. If you have updated SQL Tran, you may want to run the transpilation process again.

Analyze databases

If source and target staging databases are enabled, SQL Tran connects to both to check if source and/or target objects are created.

Apply target database changes

Create objects in the target database. Applies to only objects with target script changed.

Recreate all target database objects

Create all project objects in the target database even if unchanged.

Drop all target database objects

Drop all project objects in the target database.

Actions in target production are the same as in target staging, just without extensive commenting of rewrites in the code done by SQL Tran.

AdventureWorks2022 database overview