Posts
Sort by recent activity
Shortcuts
Hi
One suggestion I made ages back , did it ever get consideration ?
The suggestion was to allow "acronyms" as a super shortcut in the suggestion boxes.
Eg. for a table name LotBaseLog , the genrat...
Layout Styles Suggestion
I am glad to see that V5 still has styles , I have used multiple styles in the past but to be honest find them a bit hard to use interchangeably, as you have to go to options to select the one you ...
SQL Prompt 2
Hi
I can't find a forum for SQL Prompt 2 (the Freebie) not suprisingly .
A simple question if someone could answer, is V2 compatable with SQL 2008 , I seem to have differences between what I see in...
Feature Suggestion
I am feeling really lazy today it must be heat
How about shortcuts names for tables/views .
Have a look at Resharper and Visual Assist X they have Camel Humps and Acronyms respectively
They shor...
Snippets
I was just making a snippet
SELECT TOP 10 * FROM $CURSOR$
ORDER BY ... DESC
2 questions
1 - Is there any other $xxxx$ insert other than CURSOR
2 - Can something automatically open the Candidate Lis...
SQL Management Studio Sluggish
Hi
I applied the Patch for VIEW formatting , and I am seeing VERY sluggish response from SSMS
Has there been any comments from elsewhere , I have just re built my PC and put 2008 on , but have had ...
Formatting Views
Hi
I just spotted a funny (bug ??)
I created a view
CREATE VIEW dbo.[xxxx]
As
SELECT ...
Then 6 tables plus joins etc
when I was done I <Formatted SQL> ( or Cnt KY ) and all the statements Left jus...
New Bits
Hi
The fact that I just installed v4 and carried on as if nothing had happened is a great accolade to useability
Improvements are starting to become more obvious as I work more with it , the Beta a...
Highlighting First Row of Candidate List
I raised this earlier but had no reponse
When you have a <Table> INNER JOIN <Another Table> ON , then space the candidate list suggests joins , no problem . However , there is no selected item on t...
Snippet Cursor position
Hi I just used a snippet <lk> to get Like '%%' and got LIKE '%$Cursor$%'
Shouldn't the $Cursor$ put the cursor into the %% gap , I think it used to in V3.9
PS nice snippet , I created it before and...