Hi everyone,
I have three tables related to each other, I want to instert 1000 rows in each of them at the same time, and I dont want to write Insert 1000 times, what should I do ?
Hi everyone,
I have three tables related to each other, I want to instert 1000 rows in each of them at the same time, and I dont want to write Insert 1000 times, what should I do ?
Hi @JohnM, thank you. The insert would be on an existing table, and by ¨at the same time¨ I mean in the same transaction
22 People are following this question.
Loop Day Wise SQL to Insert Data
Manage max table storage space in case of excess data (size in GB)
A new SQL Challenge: Create a new table based on three different Tables
Table alias ignored for columns specified in INSERT statement in SQL Server
To transfer SQL server table from one database to other without downtime