Activity overview
Latest activity by MrJonez
Hi Victoria W said:
Consult IT: The most straightforward solution would be to ask your IT department to temporarily disable any security software, such as Trellix/McAfee, that might be preventing the service from starting correctly. Security software often blocks unrecognized services as a precaution.
That part solved it for me. But it seems like I have to contact IT again when I reboot my computer [image] Is this something you can try to solve in an update? Best Regards John / comments
Hi Victoria W said:
Consult IT: The most straightforward solution would be to ask your IT department to temporarily disable any security software, such as Trellix/McAfee, that might be prevent...
This happened to me aswell. Upgrading with "SQLPrompt_10.14.11.7894.exe". Sql Prompt worked before the upgrade. Application: RedGate.Client.Service.exe Framework Version: v4.0.30319 Description: The process was terminated due to an internal error in the .NET Runtime at IP 00007FF978988551 (00007FF978970000) with exit code 80131506.
Faulting application name: RedGate.Client.Service.exe, version: 11.1.5.3399, time stamp: 0x6596d4f3
Faulting module name: clr.dll, version: 4.8.4645.0, time stamp: 0x648f6f63
Exception code: 0xc0000005
Fault offset: 0x0000000000018551
Faulting process id: 0x6724
Faulting application start time: 0x01da84e120a1d614
Faulting application path: C:\Program Files (x86)\Common Files\Red Gate\Shared Client\RedGate.Client.Service.exe
Faulting module path: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\clr.dll
Report Id: 9f065d7e-e83d-4e8f-bbb2-13a5f4b7d527
Faulting package full name:
Faulting package-relative application ID:
/ comments
This happened to me aswell. Upgrading with "SQLPrompt_10.14.11.7894.exe".Sql Prompt worked before the upgrade.Application: RedGate.Client.Service.exeFramework Version: v4.0.30319Description: The pr...
Hi, Thanks for your update. It's no problems. This bug hasn't appeared since this issue was created. So I can wait .... [image] / comments
Hi, Thanks for your update. It's no problems. This bug hasn't appeared since this issue was created.So I can wait ....
Hi! Lovely, thanks. Looking forward to a fix 😊 / comments
Hi!Lovely, thanks. Looking forward to a fix 😊
Hi, I tried again with the latest version (10.11.6.27098), but it's the exact same behaviour. This is the first time I experience this bug, and only for this query (attached). The loj snippet exists for me, but I have added my own that starts with the word "left". But I dont think that matters here. And the settings was that space bar inserts the suggestion, so no bug here. The remaining problem is that the suggestions only includes snippets. [image] Thanks for your help BR John / comments
Hi,I tried again with the latest version (10.11.6.27098), but it's the exact same behaviour.This is the first time I experience this bug, and only for this query (attached).The loj snippet exists f...
CROSS APPLY ( SELECT TOP 1 T2.testIncId,t2.testSqlId,t2.testCode,t2.testName,t2.flags32,T2.isHeadOfClusterTest, P2.partnerCode,P2.externalName externalPartnerName, TPWD2.testPartnerWhoDoIncId,TPWD2.testPartnerWhoDoSqlId FROM dbo.Tests AS T2 WITH (NOLOCK) JOIN dbo.TestsPartnersWhoDo AS TPWD2 WITH (NOLOCK) ON TPWD2.testIncId = T2.testIncId AND TPWD2.testSqlId = T2.testSqlId AND TPWD2.isDeleted=0x0 JOIN dbo.Partners AS P2 WITH (NOLOCK) ON P2.partnerIncId = TPWD2.partnerIncId AND P2.partnerSqlId = TPWD2.partnerSqlId WHERE t2.testIncId=tr.testIncId AND t2.testSqlId=tr.testSqlId AND T2.isDeleted=0x0 AND ISNULL(t2.isHeadOfClusterTest,0)=0 ORDER BY CASE WHEN P2.partnerCode IN ('EUSELI2','EUAA88','EUSE02','EUSEOCX','EUSEUP','EUSEST') THEN 0 ELSE 1 END UNION SELECT TOP 1 T2.testIncId,t2.testSqlId,t2.testCode,t2.testName,t2.flags32,T2.isHeadOfClusterTest, P2.partnerCode,P2.externalName externalPartnerName, TPWD2.testPartnerWhoDoIncId,TPWD2.testPartnerWhoDoSqlId FROM dbo.TestsTestsClusters AS TTCl WITH (NOLOCK) JOIN dbo.Tests AS T2 WITH (NOLOCK) ON T2.testIncId = TTCl.testIncId AND T2.testSqlId = TTCl.testSqlId AND T2.isDeleted=0x0 JOIN dbo.TestsPartnersWhoDo AS TPWD2 WITH (NOLOCK) ON TPWD2.testIncId = T2.testIncId AND TPWD2.testSqlId = T2.testSqlId AND TPWD2.isDeleted=0x0 JOIN dbo.Partners AS P2 WITH (NOLOCK) ON P2.partnerIncId = TPWD2.partnerIncId AND P2.partnerSqlId = TPWD2.partnerSqlId WHERE ttcl.headOfClusterTestIncId=Tr.testIncId AND TTCl.headOfClusterTestSqlId=Tr.testSqlId AND TTCl.isDeleted=0x0 AND ISNULL(t2.isHeadOfClusterTest,0)=0 ORDER BY CASE WHEN P2.partnerCode IN ('EUSELI2','EUAA88','EUSE02','EUSEOCX','EUSEUP','EUSEST') THEN 0 ELSE 1 END ) T / comments
CROSS APPLY ( SELECT TOP 1 T2.testIncId,t2.testSqlId,t2.testCode,t2.testName,t2.flags32,T2.isHeadOfClusterTest, P2.partnerCode,P2.externalName externalPartnerName, TPWD2.testPartnerWhoDoIncId,TP...
Bug in Suggestions
Hi,It's something with SQL Prompts suggestions (intellisense) with the below query.The Suggestions works in another document/tab without restarting anything. The only suggestions is from snippets.B...