Link to home
Start Free TrialLog in
Avatar of rwheeler23
rwheeler23Flag for United States of America

asked on

Size limitation of MS SQL script

Is there a size limitation on a script for MS SQL? I was sent a script to insert data into a table. When I try to run it all I get is Query Execution failed. There is no further explanation. The script has insert commands for over 10,000 records. If I chop the script up into 1,000 record chunks they all go in so I am thinking the initial script is just too big.
Avatar of John Tsioumpris
John Tsioumpris
Flag of Greece image

How are you running the script...?
Recently i run a script for insert a 1GB worth of data...
Avatar of rwheeler23

ASKER

I simply took the entire script and copied it into SSMS. This is SQL 2014. This computer only has 8GB RAM so perhaps that is what is causing the limitation.
ASKER CERTIFIED SOLUTION
Avatar of Raja Jegan R
Raja Jegan R
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thanks