You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,11 @@ A small tool that can run HUGE Microsoft SQL Server script files (of several Gig
3
3
4
4

5
5
6
-
This simple tool solves a very annoyng problem of Management Studio: Open HUGE script files.
6
+
This simple tool solves a very annoying problem of Management Studio: Open HUGE script files.
7
7
Microsoft SQL Server Management Studio opens the entire file into memory, and this can be a problem if your file is bigger than the available memory.
8
8
9
9
Big SQL Runner solves that by reading the input file line-by-line, hence, not having to deal with memory issues.
10
-
Also, Big SQL Runner runs the file in small chucks of 300 lines each (this number can be adjusted from 1 to 5000 lines). This way each chunck will run fast and it'll allow to track the script execution progress. It also keeps the server running happy if you are not holding any transaction open.
10
+
Also, Big SQL Runner runs the file in small chuncks of 300 lines each (this number can be adjusted from 1 to 5000 lines). This way each chunck will run fast and it'll allow to track the script execution progress. It also keeps the server running happy if you are not holding any transaction open.
0 commit comments