Freezes when trying to run large SQL script
See original GitHub issue- Issue Type:
Bug
- Extension Name:
sqltools
- Extension Version:
0.23.0
- OS Version:
Darwin x64 20.6.0
- VS Code version:
1.67.2
{
"messages": [],
"activationTimes": {
"codeLoadingTime": 59,
"activateCallTime": 14,
"activateResolvedTime": 12,
"activationReason": {
"startup": true,
"extensionId": {
"value": "mtxr.sqltools",
"_lower": "mtxr.sqltools"
},
"activationEvent": "*"
}
},
"runtimeErrors": [],
"runningLocation": {
"affinity": 0,
"kind": 1
}
}
Issue Analytics
- State:
- Created a year ago
- Comments:7
Top Results From Across the Web
Application Freezes when executing large SQL scripts..
Hey! Need some tips how i can remove that my application freezes every time a script executing.. Here is my code: if (lstChckBox[i]....
Read more >MySQL Bugs: #51606: Crash loading a large SQL script file
Description: I was trying to run a modified version of the latest ip2nation SQL script file, but as soon as I load it...
Read more >How to run a sql file in MySql Workbench without to load it?
I have a large sql file to run inside workbench. It has 44MB. So when I try to open it using "Open SQL...
Read more >Execute large scripts in SSMS with Insufficient Memory Failures
Using SQLCMD to run large T-SQL Scripts ... As an alternate to SSMS, we will use the SQLCMD utility from the command line...
Read more >SQL Server 2017 freezing during bulk insert of large file into in ...
There is no max memory size for memory-optimized tables, but that doesn't mean you can't "run out of memory", based on the Edition...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@Anutrix please open a new issue for your problem. This one is about running a large SQL script.
If possible please attach a .sql that demonstrates the problem to your new issue. Make sure it doesn’t contain any confidential data.
@gjsjohnmurray Not exactly. I don’t need to format it. Just opening a large
.sql
file makes VSCode completely unuseably slow. Searches never start/end. Every extension actions gets stuck. As if waiting for some previous action to end.