Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 587 Bytes

File metadata and controls

9 lines (5 loc) · 587 Bytes

Scripts

Useful scripts, licensed under MIT.

  • Tabular_CheckDataSources: A C# script using the TOM object model to check the data sources of a Tabular server. If the servername doesn't match the one from a parameter, it is replaced by the parameter value. Originally written to be part of an SSIS package.

  • A script to generate a bigger fact table for the Wide World Importers sample database. More info: https://sqlkover.com/bigger-fact-table-for-wide-world-importers/

  • Tally table examples: different examples of the tally table, each time generated using CTEs and cross joins.