Problems with Data Generator

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
MarkLeavesley
Posts: 6
Joined: Fri 17 Jun 2016 12:57

Problems with Data Generator

Post by MarkLeavesley » Mon 14 Sep 2020 13:13

Firstly apologies if this is not the right forum, there doesn't seem to be anything for this tool specifically.

I'm trying to populate a Dynamics 365 instance with test data. As Dynamics 365 storage is expensive, and about to get very expensive, I'm going to generate the data to SQL and setup a Dynamics instance and import the data as needed. I've generated an SQL model based on the Dynamics schema and am now trying to populate it.

I've encountered several problems:
  • Table 'site' has several FKs, all of which are nullable and none of which are selected for generation, yet I get a circular dependency warning against the table. Generation worked fine so I think this is a bug.
  • There is no ability to load a table from an external source such as CSV (transactioncurrency for example). Granted I could do this manually outside the tool.
  • Can't filter the list of tables. Filtering by selected would be useful, there are 170 tables so scrolling up and down is a bit of a chore.
  • Can't filter columns either, would be nice to see only not null columns for a quick and dirty generation.
  • Can't select multiple tables to edit number of rows to generate.
  • Table 'systemuser' has a not null FK to 'businessunit', which I have previously generated and have therefore not ticked. The generated SQL does not include the 'businessunitid' column even though it is ticked and using the auto FK generator. I should be able to generate a table and not be forced to generate other tables without losing the FK columns! Using the manual FK generator gave the same result.
  • When picking a table such as the manual FK generator there is no search or type and filter, again, 170 tables, bit of a chore scrolling.
  • The tool is unable to handle circular dependencies. For example, 'systemuser' has a not null FK on 'team', which has a not null FK on 'systemuser'. One of these tables needs to be populated with FKs disabled and then the FK column(s) back-filled.
  • The tool does not have any means to do steps, i.e. solve the above problem using manual steps. It appears to assume a DB can be populated in a single step, which imho is madness, or several projects, which imho is unwieldy. I absolutely do not want to go down the route of inserting my own scripts or tweaking the generated script.
Any guidance appreciated.


Mark

alexa

Re: Problems with Data Generator

Post by alexa » Mon 14 Sep 2020 17:49

Will it be possible to provide us screenshots explaining the issues?

You can send the reply straight to our support system at supportATdevartDOTcom.

angelmarco
Posts: 1
Joined: Sat 20 Feb 2021 10:56
Contact:

Re: Problems with Data Generator

Post by angelmarco » Sat 20 Feb 2021 10:59

Hy
I am using data generator to check if all of my quota settings (i have multi-quota settings) are fine.
In the advanced settings: I set completion rate 100%, answer rate for non-required questions 100%( as I do not have non-required questions), total respondents 100. But the data report comes out with 27 completes and 83 incompletes.
Could you please explain this to me, I cannot find out the reason that leads to this results?

Many thanks in advance

-------------
Today Match Prediction Get Live Ball by ball Today Cricket Live Match Score Card Auto Update,Who Will Win Today Match.

Post Reply