Comments
Sort by recent activity
If we are talking about the tool integrated with the App (via Help/Enter Serial Number menu) :
I enter my licence number
Click Activate
Get the message : "The number of activations for this serial number has been exceeded "
By the way, I cannot use deactivationTool because my previous OS/install has been discarded. / comments
If we are talking about the tool integrated with the App (via Help/Enter Serial Number menu) :
I enter my licence number
Click Activate
Get the message : "The number of activations for this serial...
when I go to https://www.red-gate.com/dynamic/account/serials/requestactivations I get the following :
None of your products currently require extra activations.
If you wish to deactivate an existing license, you should use our deactivation tool. If you require any further help, please contact our support team.
remark : there is no invoice associated to this account ; / comments
when I go to https://www.red-gate.com/dynamic/account/serials/requestactivations I get the following :
None of your products currently require extra activations.
If you wish to deactivate an existi...
I logged to the suggested link (after an account creation), and received the following message :
"None of your products currently require extra activations."
and no way to add/deactivate product...
regards.
JL.
David Atkinson wrote:
Your best bet is to request an extra activation via this form: https://www.red-gate.com/dynamic/accoun ... ctivations
Kind regards,
David Atkinson
Red Gate
/ comments
I logged to the suggested link (after an account creation), and received the following message :
"None of your products currently require extra activations."
and no way to add/deactivate product.....
Hi,
Sorry for the poor explanation.
I'm not searching for a custom SQLServer property (sp_updateextendedproperty...) but only 'free comments zone' in the SDG scope (stored in the xml format of the sqlgen file for example).
And accessed via a menu (e.g. : Tools/Report) to obtain a report concerning the way the data are generated.
This report could display - in addition of that comments - the number of rows, if a csv is used, etc.
sample :
- table 1 : rows = 200 ; bla,bla,
- table 2 : rows = 1000 ; bla,bla,
- table 3 : rows = 500 ; bla,bla,
.
.
is it clear ?
regards.
JL. / comments
Hi,
Sorry for the poor explanation.
I'm not searching for a custom SQLServer property (sp_updateextendedproperty...) but only 'free comments zone' in the SDG scope (stored in the xml format of the ...
Hi,
I'm using SDG in conjunction with TFS, but not with an ideal way...
My first purpose was to generate the data 'automatically' by means of a script (powershell or batch).
BUT there is no way to invoke a command line with a target (DB, server) as a parameter ; a thread is here : http://www.red-gate.com/MessageBoard/viewtopic.php?t=14853&highlight=command+line
You can vote +1 for this feature request...
Then, I proceed as the following :
- create a DB with the last updates from TFS DB scripts ;
- generate data with SDG and other scripts
- this is my 'template' DB
In a further step, I duplicate this DB by means of backup/restore script.
this can be done through SQL scheduled jobs and you can target several DBs (for testing, integrating, etc.).
hope this helps.
regards.
JL. / comments
Hi,
I'm using SDG in conjunction with TFS, but not with an ideal way...
My first purpose was to generate the data 'automatically' by means of a script (powershell or batch).
BUT there is no way to ...
Hi,
If you need to generate data with columns value related to other one (eg : Suzan with a 'female' data column), you could use csv Import.
In that case, the column values are picked from an unique row.
hope it helps...
regards.
JL. / comments
Hi,
If you need to generate data with columns value related to other one (eg : Suzan with a 'female' data column), you could use csv Import.
In that case, the column values are picked from an uniqu...
Hi,
I found a way to bypass this limit/behaviour.
due to the fact that I'm using a trial version, there is a 1000 rows limit.
When modifying the number of rows (150) for the "main" tables (Address and Company, containing the PK) and setting 1000 rows for the many-to-many table, I obtain combinations for each IdCompany.
A fixed number for each, corresponding to the ratio : 1000/150 => 6
Regards. / comments
Hi,
I found a way to bypass this limit/behaviour.
due to the fact that I'm using a trial version, there is a 1000 rows limit.
When modifying the number of rows (150) for the "main" tables (Address ...