question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:open
  • Created a year ago
  • Comments:7

github_iconTop GitHub Comments

1reaction
gjsjohnmurraycommented, Sep 21, 2022

@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.

0reactions
Anutrixcommented, Sep 21, 2022

@Anutrix if your issue is about the time it takes to open and format a very large SQL query, #977 may be relevant.

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found