SQL Prompt 5 causing extreme slow down
RickWilliams595
Posts: 5
Sometimes I am waiting for 2 or 3 minutes for just a screen change. I found this in the log:
15 Feb 2011 15:08:50,888 [6] ERROR RedGate.SqlPrompt.Engine.LogService - LogService caught unhandled exception in AppDomain: 'Thread was being aborted.'
System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.Thread.SleepInternal(Int32 millisecondsTimeout)
at v.a()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
I have had to turn off SQL Prompt.
Version 5.0.1.7, SQL Server 2005
15 Feb 2011 15:08:50,888 [6] ERROR RedGate.SqlPrompt.Engine.LogService - LogService caught unhandled exception in AppDomain: 'Thread was being aborted.'
System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.Thread.SleepInternal(Int32 millisecondsTimeout)
at v.a()
at System.Threading.ThreadHelper.ThreadStart_Context(Object state)
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
I have had to turn off SQL Prompt.
Version 5.0.1.7, SQL Server 2005
Comments
Thanks,
Traci
SQL Prompt 5.0.1.7
Microsoft SQL Server Management Studio 10.0.1600.22 ((SQL_PreRelease).080709-1414 )
Microsoft Analysis Services Client Tools 2007.0100.1600.022 ((SQL_PreRelease).080709-1414 )
Microsoft Data Access Components (MDAC) 2000.085.1132.00 (xpsp.080413-0852)
Microsoft MSXML 2.6 3.0 4.0 5.0 6.0
Microsoft Internet Explorer 8.0.6001.18702
Microsoft .NET Framework 2.0.50727.3603
Operating System 5.1.2600
So I turned off the option to "Decrypt encrypted objects". This improved the response time some, from SQL Prompt being unuseable to being very annoying.
I understand that doing CTE-intensive work is very difficult with the current version, so we've also backported the fix to SQL Prompt 5.0. It hasn’t been fully regression-tested, so we’re only telling people who have told us they’ve experienced this specific issue.
Please email me at paul.stephenson@red-gate.com if you're having problems with slow CTEs and I'll send you the link.
Regards,
Paul
Project Manager, Red Gate
Because I was not using any CTE in the code I was currently working on, I didn't expect the new version to fix my problem, but it did.
Thanks for fixing this.
Rick
Thanks,
Chris