Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>SQL Source Fields Analyzer PlusNew to Visual Studio Code? Get it now.
SQL Source Fields Analyzer Plus

SQL Source Fields Analyzer Plus

LinZhang

|
9 installs
| (1) | Free
Analyze SQL-like scripts, identify used fields per source table
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SQL Source Fields Analyzer

Features

  • Supports SparkSQL, MySQL, T-SQL, and more
  • Analyzes source fields usage per table
  • Instantly delivers analysis report (text/Excel)

Usage

  1. Open an SQL-like script you want to analyze

  2. Activate the analysis via keyboard Ctrl+Alt+Q. Alternatively, open Command Palette (Ctrl+Shift+P), type "Analyze SQL Source Fields+", and press Enter

  3. Choose analysis mode:

    • Schema-Less : Enter a single source table name

    • Schema-Based :

      • Provide an Excel file with table schemas (Table names as Worksheet names, Table fields listed in Column A of each sheet)
        excel schema
      • Analysis accuracy may be affected if schema is incomplete or inaccurate
      • If the Excel file is saved in a OneDrive or auto-sync path, you may need to close the file before activating the extension. Otherwise, save the schema file in a non-sync path so you can keep it open in Excel while using the extension
      • In case table name length exceeds the allowed sheet name length, use the reserved _table_mapping sheet to specify the table name and its corresponding sheet. When the corresponding sheet is missing, the table will be analyzed without schema
        excel schema

Requirements

  • To get ideal results, the script should be free of syntax errors, i.e., executable in your data environment

Changing the Shortcut

If the shortcut conflicts with another command:

  1. Go to File > Preferences > Keyboard Shortcuts.
  2. Search for Analyze SQL Source Fields+.
  3. Click the pencil icon to set a new keybinding.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft