Activity overview
Latest activity by jonathan.baggaley
Loving Kathi's talk - I had no idea about the changes in compatibility and their effect on queries - awesome to see / comments
Loving Kathi's talk - I had no idea about the changes in compatibility and their effect on queries - awesome to see
Full uk address in one field
Just save the following as FullAddress.xml in your Red Gate\SQL Data Generator 1\Config folder then fire up the generator...
uk files in http://sdggenerators.codeplex.com/releases/view/17693<?xm...
Thanks very much for your help on this - I can now create loads of pseudo patients for testing with! [image]
A few suggestions for the next version of the generator
1) Inbuilt javascript generator
2) Ability to mark any customised generator as available for use in other tables within the project
3) Ability to add phantom columns which can also have any generation data applied to them e.g. if I want a one field address I can't do that at the moment as I don't have any other generated address fields (street, town, postcode) to aggregate with
4) Use the approach LinqPad currently do for creating more complex c# (including Linq queries) without it crashing the data generator...
5) Document the API/More samples!
Feel free to add my NHS number generator to your list of samples!
Regards
Jon / comments
Thanks very much for your help on this - I can now create loads of pseudo patients for testing with!
A few suggestions for the next version of the generator
1) Inbuilt javascript generator
2) Abi...
Trying to generate on the fly NHS numbers for my UAT server
I am sure there is something simple in what am I doing wrong but I just can't see it! I am trying to generate sample nhs numbers for my UAT database which the code below does. However, when run t...