
For further details, please refer to the documentation into the Scripts folder. QuickRun.ps1 runs GenerateDatabases.ps1 script. The default is the alias name Demo, that can be configured using the SQL Server Configuration Manager SqlServerInstance (Default Demo): the name of the SQL server instance.The user running Microsoft SQL Server service must have access to the SqlDataFiles folder (default C:\TEMP). SqlDataFilesFolder (default C:\TEMP): the folder to contain the generated files.QuickRun.ps1 takes two optional parameters The user running Microsoft SQL Server service must have access to the SqlDataFiles folder (default C:\TEMP) used by the PowerShell script (see following section).You can download SQL Server Developer (free edition, licensed for use as a development and test database in a non-production environment) at Microsoft SQL Server must be installed on the same PC, reachable through the Alias Demo.If you clone the repository, you must compile the executable with Visual Studio.
#SQL DATA CREATOR ZIP#
IMPORTANT: The executable is available in the ZIP included in the release folder. To quickly test the tool, verify the pre-requisites and run the QuickRun.ps1 script in the script folder.

NET Core 3.1, included into the DatabaseGenerator.sln Visual Studio solution. Creates rows of data based either on a specified number of rows, a specified generation period (in seconds), or both. This project generates the orders tables as csv files to be imported into the custom Contoso database. Scripts to build the custom Contoso database importing constant and generated files.
#SQL DATA CREATOR ZIP FILE#
If you want to use the ready-to-use script to generate a new database with the precompiled tool, you can download the zip file with Contoso-Data-Generator source code and executables from the release folder.

