I have a database dynamically attached to my asp.net mvc project, with 12 columns to fill with test data, since I do not find a software that generates exactly the data I need and the limits of each one as age, names, dates, etc. I think that a manual way to solve this problem is to fill column by column with test data that are easy to generate, and the most specific data such as dates or surnames go extracting it from other databases.
my problem: Add 1 column of 1000 data and the other columns were NULL, when I wanted to fill column 2 with their respective 1000 data, how could I tell the DB to place this data in existing records that are incomplete or with NULL space? I hope you can understand me.
- try but create new records with column 1 empty.