Biml Tutorial Available Tools and Installation


By:
Overview

Before we kick-off the tutorial, we need a development environment and sample data. This chapter describes how to set-up your machine to work with Biml.

Developing Biml Code

In the first chapter it’s mentioned that Biml is an open-source XML dialect. The language is developed by Varigence and they offer various tools to work with Biml:

  • BimlExpress is a free plug-in for Visual Studio. It’s free to use, but requires registration first. We will use this tool in the tutorial.
  • BimlOnline is a free-to-use online tool for developing Biml scripts. It doesn’t require you to install any software.
  • BimlStudio is a proprietary tool sold by Varigence. It’s a full-fledged development environment for Biml and has many features which are not available in the free alternatives, such as generating Analysis Services models, generating documentation and metadata models.

Before BimlExpress, Biml was shipped with the open-source Visual Studio extension BidsHelper (which has now been renamed to BI Developer Extensions). If you have older versions of Visual Studio (2005 or 2008), you can use the BidsHelper plug-in to create Biml scripts. However, it is recommended to use BimlExpress as it has better syntax highlighting and auto-complete.

First you need a version of Visual Studio installed on your machine. As explained in the chapter SQL Server Integration Services SSIS Versions and Tools, you can use either a full version of Visual Studio (professional, community, …) with the SQL Server Data Tools (SSDT) templates installed, or you can use a shell of Visual Studio when you only install SSDT. The latest version of SSDT can be downloaded here. However, at the time of writing the BimlExpress extension isn’t available yet for Visual Studio 2017.

BimlExpress can be downloaded here. After installation, a BimlExpress menu will be added to the title bar:

bimlexpress menu

You can also optionally add a BimlExpress toolbar:

toolbar

In a new project, click on the third icon from the left to add a new Biml file to the project.

new Biml file

The top part of the Biml file is the actual Biml code, the bottom part is a preview of the compiled code. Right now, they are the same, but in the remainder of the tutorial we will find out how useful the preview pane is.

Sample Data

In this tutorial we will use the AdventureWorks2017 database as the source for our staging environment. You can download a backup file from the Github website.

Additional Information
  • You can find an overview of all the Biml products at the Varigence website.





Comments For This Article




Friday, March 29, 2019 - 8:23:14 AM - Koen Verbeeck Back To Top (79420)

Hi Leo,

yes, they should be able to coexist.
I've done it a few years back (with an earlier version of Bimlexpress though). One reason might be for example to support BIML for VS 2005/2008.

Regards,
Koen


Thursday, March 28, 2019 - 2:26:31 PM - LeoG Back To Top (79416)

Can  BI Developer Extension and BimlExpress coexist? 















get free sql tips
agree to terms