Posts
Sort by recent activity
SQL Prompt fails to progress with updating cache information
I have just installed SQL Prompt 4.0.1.2 and started SSMS.
After connecting to a SQL Server instance, selecting a database in the explorer pane and pressing Ctrl+N to get a new query window, the SQ...
Candidate list does not auto show for database objects
I just installed the final beta patch refresh (3.0.0.819) and gave it a very simple test.
I noticed in the release notes for this final version that you note:
"The SQL Prompt 'popup' is too aggre...
Candidate List and Schema Panel collide
I just installed the Final Beta3 this morning and, with unchanged settings, fired up an SSMS Query window and typed:USE
After the space bar the Schema Panel displayed and shortly after that, the ...
Shift+Tab bug (VS2005)
Build 34 / VS2005
If I have any code that is indented:
<tab><tab>[cursor here]BEGIN
I should be able to place the cursor on the first non-whitespace character and press Shift+...
Tab bug (VS2005)
Just downloaded build 34 (due to BEGIN/END formatting bugs in previous beta)
VS2005:
If I type the following at the start of a line:
BEGIN
move to the next blank line immediately below the BEGIN ...
ANTS 2.0 Hitcount/timing results appear incorrect
ANTS Profiler 2.0.0 BUILD 368
Simple code:
namespace AntsTest
{
class Class1
{
static void Main()
{
Foo();
for(int i= 0; i<1000; ++i...