Currently development team is done their application, and as a tester needs to insert 1000000 records into the 20 tables, for performance testing.
I gone through the tables and there is relationship between all the tables actually.
To insert that much dummy data into the tables, I need to understand the application completely in very short span so that I don't have the dummy data also by this time.
In SQL server
is there any way to insert this much data insertion possibility.
please share the approaches.
- Currently I am planning with the possibilities to create dummy data in excel, but here I am not sure the relationships between the tables.
- Found in Google that SQL profiler will provide the order of execution, but waiting for the access to analyze this.
- One more thing I found in Google is red-gate tool can be used.
Is there any script or any other solution to perform this tasks in simple way.
I am very sorry if this is a common question, I am working first time in SQL real time scenario. but I have the knowledge on SQL.