Because of some testing I need to do I need to generate a database with 400000 records
I have done that with a simple
"WHILE @RowCount <= @NumberRecords" etc..
My issue is how do I generate some sort of unique FirstName,Surname and Address.
Please dont point me to third party tool as I cannot use them .
Many thanks for your time