Is it possible to use Data Generator for a VIEW?

I am testing some partitioned views and wanted to use data generator to generate data for my testing.
Is it possible to use Data generator for a view?
Thanks in Advance
Tagged:
Best Answer
-
Tianjiao_Li Posts: 513 Rose Gold 3
@EricP37
I'm afraid it's not possible to populate a view directly. However, you can obviously generate data into the tables that support the view which hopefully be sufficient for you.
Answers