Sql Data Generator 2.0.3.1 issue
noob2013
Posts: 25
Using SQL Data Generator 2.0.3.1.
The following is the table that I'm trying to generate data for.
CREATE TABLE empltest (id SMALLINT NOT NULL,
lname NVARCHAR(50), fname NVARCHAR(50), salary MONEY, last_upd DATETIME)
I'm getting this error during Creating Project step:
Cannot load the Backup Reader dll (see inner exception)!
Any help?
The following is the table that I'm trying to generate data for.
CREATE TABLE empltest (id SMALLINT NOT NULL,
lname NVARCHAR(50), fname NVARCHAR(50), salary MONEY, last_upd DATETIME)
I'm getting this error during Creating Project step:
Cannot load the Backup Reader dll (see inner exception)!
Any help?
Comments
Do you have any encrypted objects in your database?
I believe you are running into a known issue under the internal reference number of SDG-1014.
We hope to have this fixed in the next major release of the tool.
Unfortunately I am unable to provide a timeline for when that will be.
As a workaround you can try this older version of the tool. Some users have found that it does not give the error for the same databases.
ftp://support.red-gate.com/patches/SQL_ ... .0.286.zip
Product Support
Red Gate Software