Skip to content

Contoso Data Generator

Latest
Compare
Choose a tag to compare
@SergioMurru SergioMurru released this 06 Jul 22:23
1d6fdef

Contoso databases

IMPORTANT The database files are unchanged: they can be downloaded from the release v1.0.0.0

Contoso-Data-Generator source code and executables

The zip contains the full project, including the compiled executables that are ready to run.
You can use this file if you do not have Visual Studio and you want to generate your own Contoso database by customizing the parameters available.

  • Contoso-Data-Generator-exe-1.1.0.zip

Contoso-Data-Generator source code only

The source code of the DataGenerator, the helper scripts, and the CSV data files for the database creation.

  • Contoso-Data-Generator-1.1.0.zip
  • Contoso-Data-Generator-1.1.0.tar.gz

The parameter configurations for databases greater than 10K in the GenerateDatabase.ps1 are commented out.
After the first test with 10K database generation (so you do not have to wait too much), remove the comments from the configuration line for the desired size to be generated.

Changes from the previous version

  • added language setting in TSQL script to fix date format errors
  • improved documentation
  • added parameter SqlServerInstance to QuickRun.ps1 script