HUGE Delay on Undo
BrianFinkel
Posts: 33
QA hangs for like 3-5 sec. My PC is a Core2 Duo @ > 2GHz.
Totally maddening.
Why necessary?
Totally maddening.
Why necessary?
Using Sql Prompt 3.7 with SQL Server 2000, Query Analyzer, and 2005 Mgmt Studio.
Comments
Thanks,
Bart
Principal Consultant
bartread.com Ltd
A workaround that I've been using is to disable Sql Prompt using ALT-S, D before an undo, then ALT-S, E afterward but that is obviously less than ideal.
A marginal improvement to my workaround, and a great enhancement in general, would be if you had a kbd shortcut for enable/disable, like CTL+SHIFT+S or CTL+SHIFT+P. But that still would not solve my problem.
Thanks,
Bart
Principal Consultant
bartread.com Ltd
http://www.microsoft.com/downloads/deta ... laylang=en
It doesn't explicitly say that SQL Server 2000 isn't supported, but that doesn't necessarily mean that it is either. I'm just going by the fact that I use the standard version of SSMS to connect to both 2000 and 2005 instances.
Hope that helps.
Thanks,
Bart
Principal Consultant
bartread.com Ltd
Do you have any idea whether the SQL 2000 client tools (Query Analyzer, Profiler, Enterprise Mgr, etc.) can peacefully coexist on the same machine with SQL 2005 tools?
Thanks,
Brian
That should be fine. I have them both on my machine and haven't had any problems at all.
Cheers,
Bart
Principal Consultant
bartread.com Ltd
For what you say, I'm guessing the delay is because you're implementing a "smart undo", is this right?. If so, couldn't you just leave the undo alone so QA handles them normally (char-by-char)? It's really, really annoying.
Other than that, and in my 3rd day of testing, looks good.
Well, a small formatting feature I'd like is being able to specify the order of the tables in the ON statement (JOINs), such as (Since I can't set bold text I used stars, '*') So I'd like to use the tables in the order they appear in the whole sentence (a before b).
—As I said before, nothing but a small formatting feature.