How to execute big SQL files on SQL Server?

Posted by Alon on Stack Overflow See other posts from Stack Overflow or by Alon
Published on 2010-05-05T20:10:10Z Indexed on 2010/05/05 20:18 UTC
Read the original article Hit count: 161

Filed under:
|
|
|

I have about 50 T-SQL files, some of them are 30MB but some of them are 700MB. I thought on executing them manually, but if the file is bigger than 10MB it throws an out of memory exception on the SQL Server Management Studio.

Any ideas?

© Stack Overflow or respective owner

Related posts about sql

Related posts about sql-server