Adding Data to New Columns
reach4thelasers
Posts: 4
I've got a very complex database with a mixture of SQL Generated Data and manually entered/real data. I've added a couple of columns to one of the tables - just Firstname Lastname and I want to use SQL Data Generator to populate only these two columns.
How do I do this?
How do I do this?
Comments
Unfortunately, SQL Data Generator, due to its' design, can only blast data into a whole table. You cannot select or deselect individual columns to populate.
There's an article that covers these ideas here
Redgate Software