Questions tagged [biml]

BIML, Business Intelligence Markup Language, is a domain-specific, human-readable XML-based language. BIML describes business intelligence entities (database objects, ETL, ELT, Packages, Dimensions, Cubes, etc) and extends aspects of Microsoft's BI platform (SSIS and SSAS), supporting a meta-data-driven, data warehouse development experience.

Biml is an XML based language developed by Varigence for describing business intelligence objects.

Biml has its own dedicated IDE (Mist/BimlStudio) as well as free alternatives (BimlOnline and the BimlExpress Visual Studio plugin) provided by Varigence. There is also the community supported BIDSHelper.

Through the combined use of XML based markup and - for data and/or logic driven XML generation - C# based BimlScript, database objects, SSIS packages and SSAS dimensions and cubes can be generated.

Articles

192 questions
61
votes
2 answers

SSIS Script Component Cannot Load Assembly Until Manually Opened

I am creating a SSIS project via Biml (Using the current version of BimlExpress per the Varigence BimlExpress page) that uses a script component within a Data Flow Task. The project is created without issue however errors when it gets to the Script…
iamdave
  • 12,023
  • 3
  • 24
  • 53
5
votes
1 answer

BIML Parameterized query on Ole db source

I'm building multiple SSIS packages with BIML and i have to retrieve data from an OLE DB Source between a date interval. Here's the xml that is going to generate the packages:
Mattia Nocerino
  • 1,474
  • 1
  • 16
  • 33
5
votes
1 answer

Adding a script task using BIML

I'm trying to add a script task to my SSIS package via BIML. How is this done? I have added the following but the ScriptTaskProjectName doesn't resolve.