Skip to main content

BimlStudio User Guide

BimlStudio is the integrated development environment (IDE) for building enterprise data solutions using Biml. It provides visual editors, IntelliSense, build automation, and deployment tools for creating data warehouse solutions.

Key Features

  • Visual Editors - Design tables, packages, and other assets using intuitive visual designers
  • BimlScript Support - Write and preview BimlScript with full IntelliSense
  • Build Automation - Generate SSIS packages, SQL scripts, and documentation
  • Source Control Integration - Work with Git, Azure DevOps, and other version control systems
  • Cloud Platform Support - Connect to Azure SQL, Snowflake, Databricks, and Microsoft Fabric

Supported Platforms

BimlStudio generates artifacts for multiple target platforms:

PlatformOutput Types
SQL ServerTables, stored procedures, SSIS packages
Azure SQL DatabaseTables, stored procedures
Azure Synapse AnalyticsTables, stored procedures
Microsoft FabricTables, SQL scripts
SnowflakeTables, stored procedures
DatabricksDelta tables, SQL scripts

Documentation Sections

Getting Started

Visual Editors

Reference Topics

Release Notes

Quick Start

  1. Create a project - Start with File > New Project
  2. Add connections - Define source and target database connections
  3. Import metadata - Use the Import wizard to bring in existing database schemas
  4. Design transformations - Create packages to move and transform data
  5. Build and deploy - Generate SSIS packages or SQL scripts for your target platform

System Requirements

  • Windows 10 or later (64-bit)
  • .NET Framework 4.8 or later
  • Visual Studio 2019 or 2022 (optional, for SSIS development)
  • SQL Server Data Tools (for SSIS package deployment)

Support