Comments
Sort by recent activity
This is happening with me. Runs fine after a few writes to the database but first of all I get the "Attempted to read or write protected memory. This is often an indication that other memory is corrupt." Error.
but when I stop and start the DB it goes away.
I am using Oracle Express 10.0.2
Microsoft .NET Framework
Version 3.5 SP1
I am convinced it is a connection issue..
any light would be good. / comments
This is happening with me. Runs fine after a few writes to the database but first of all I get the "Attempted to read or write protected memory. This is often an indication that other memory is cor...
(AB|B|BA|BB|BD|BH|BL|BN|BR|BS|BT|CA|CB|CF|CH|CM|CO|CR|CT|CV|CW|DA|DE|DG|DH|DL|DN|DT|DY|E|EC|EH|EN|EX|FK|FY|G|GL|GU|H|HG|HP|HR|HS|HU|HX|IG|IM|IP|IV|KA|KT|KW|KY|L|LA|LD|LE|LL|LN|LS|LU|M|ME|MK|MK|N|NE|NG|NN|NP|NR|NW|OL|OX|PA|PE|PH|PL|PO|PR|RG|RH|RM|S|SA|SE|SG|SK|SL|SM|SN|SO|SP|SR|SS|ST|SW|SY|TA|TD|TF|TN|TQ|TR|TS|TW|UB|W|WA|WC|WD|WF|WN|WR|WS|WV|Y|ZE)([1-9]|[1-9][0-9]) [1-9](A|B|D|E|F|G|H|J|N|P|Q|R|S|T|U|V|W|X|Y|Z){2} / comments
(AB|B|BA|BB|BD|BH|BL|BN|BR|BS|BT|CA|CB|CF|CH|CM|CO|CR|CT|CV|CW|DA|DE|DG|DH|DL|DN|DT|DY|E|EC|EH|EN|EX|FK|FY|G|GL|GU|H|HG|HP|HR|HS|HU|HX|IG|IM|IP|IV|KA|KT|KW|KY|L|LA|LD|LE|LL|LN|LS|LU|M|ME|MK|MK|N|NE...
<?xml version="1.0" encoding="iso-8859-1"?>
<generators>
<generator
type = "RedGate.SQLDataGenerator.Generators.Number.Int64Generator"
name = "BigInt"
description = "Generates BigInts"
category = "Generic">
<property name = "MinValue">1</property>
<property name = "MaxValue">999999</property>
<property name = "UseSequence">False</property>
<property name = "Unique">True</property>
<property name = "ValidateIncrement">1</property>
<property name = "NullsAllowed">False</property>
<matches field = "." score = "999"/>
<type type = "bigint"/> <type type = "Int64"/>
</generator>
</generators>
works but thanks for the right direction
path = C:\Program Files (x86)\Red Gate\SQL Data Generator 1\Config / comments
<?xml version="1.0" encoding="iso-8859-1"?>
<generators>
<generator
type = "RedGate.SQLDataGenerator.Generators.Number.Int64Generator"
name = "BigInt"
de...
Found the answer, it is to use between 10 and 10 not 1 and 10 sorted, a night sleep clears the mind. / comments
Found the answer, it is to use between 10 and 10 not 1 and 10 sorted, a night sleep clears the mind.
I found and easier fix open,don't open by program but by SSMS select source and target the launch data compare it seems to create the project from there OK.
This caused a few hours of frustration. / comments
I found and easier fix open,don't open by program but by SSMS select source and target the launch data compare it seems to create the project from there OK.
This caused a few hours of frustration.
Still happening in latest version
If found that the role has a impact on this using db_owner worked for me. / comments
Still happening in latest version
If found that the role has a impact on this using db_owner worked for me.
Thanks for the reply. I would definitely like it as a new feature! / comments
Thanks for the reply. I would definitely like it as a new feature!