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
  • Find object by name (Ctrl + K / Cmd +K)
  • Find in content (Ctrl + Shift + F / Cmd + Shift + F)
  • Go to definition (F12 / Ctrl+click)
  1. Projects

Navigation

PreviousDatabase connectionsNextObject complexity

Last updated 5 months ago

SQL Tran has a performant and powerful navigation dialog which can be controlled by using a keyboard only.

Find object by name (Ctrl + K / Cmd +K)

You don't have to type out the full object name - SQL object names can be extremely long. You can type subset of name parts. Whether object is names using PascalCase or snake_case, SQL Tran can handle it.

Find in content (Ctrl + Shift + F / Cmd + Shift + F)

Searching for any text appearing in any objects is just as easy. SQL Tran will even highlight occurrences of the searched term.

Go to definition (F12 / Ctrl+click)

Pressing F12 when caret is on the name of an objects in the script will navigate to said object. This works for aliases and variables, too.

Important functionality is reachable by keyboard shortcuts