'I have 29638 row to enter in my table. I used one of the solutions from a previous question but got an error message that the identifier is to long

I have 29638 row to insert into sql. Im used a solution from a previous question INSERT [HCO2].[Visits].[Biglist]... I got a error Msg 103, Level 15, State 4, Line 13 The identifier that starts with ' ('1', '1/4/2014', '1:00 PM', '1:30 PM', '33', '401'), ('2', '1/5/2014', '1:00 PM', '1:30 PM', '7', '401'), ('3', '1' is too long. Maximum length is 128. How do I correct this



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source