I have a table with a lot of data in the development environment. I want to generate an SQL Script for data load in production.
Using the function to generate the script in SQL Server, I can only see the split based on tables. Some tables have millions of records. I like to split this data script into multiple scripts.
Is there a configuration for that?