I have an 80MB database script that I am trying to execute in SQL Server Express 2014 and I keep getting
Cannot execute script.
Additional information:
Exception of type 'System.OutOfMemoryException' was thrown.(mscorlib)
When I execute this size of a script on my hosting plan, it works without issue.
I'm running 16 gigs of RAM on my laptop, and when I try executing the script I'm checking the performance in Task Manager and i'm not even going over 6 gigs of usage.
Is this a limitation of SQL Server Express?