Skip to content

Commit eb8cda0

Browse files
authored
Update README.md
1 parent 0c8ada8 commit eb8cda0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ A small tool that can run HUGE Microsoft SQL Server script files (of several Gig
33

44
![Big SQL Runner Main Screen](https://user-images.githubusercontent.com/17026744/83193020-c4b38400-a10c-11ea-92ff-ab7304f5aa0a.png)
55

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.
77
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.
88

99
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.
1111

1212
![Running](https://user-images.githubusercontent.com/17026744/83192970-aea5c380-a10c-11ea-9811-d65d838a1833.png)
1313

@@ -17,7 +17,7 @@ Main features:
1717
* Breaks the script into smaller chuncks
1818
* Tracks script execution progress
1919
* Calculates remaining executing time (based on average execution speed)
20-
* Bypasses errors and saves the error lines into a separated file (same input file, but with ".error" extension).
20+
* Bypasses errors and saves the error chunck lines into a separated file (same name as the input file, but with ".error" extension).
2121
* Can resume the script execution from a specified line number
2222
* Recognizes "GO" statements. GO will make the chunck execute immediately and start a new chunck after
2323
* It saves the last used connection string on the registry, so next time you open it, the connection string will be there

0 commit comments

Comments
 (0)