Activity overview
Latest activity by MikeONeill
Matching Parenthesis
Hi
I was just looking at some of the new features. I love the matching bracket feature , as a long time user of Resharper and Visual Assist , I have missed this when working in SQL.
Just a thought ...
Tab Magic
Hi
When is Ta Magic going be a full feature of Sql Prompt ?
Its painfulll when it expires , you get one change to upgrade or lose your Tabs
Suffice it to say it is such an essential part of my Sql ...
My Sql Tab Magic Has Died
what is special about 18 Apr we ask
Is it coing back ??
I'm already pining .....
Mike
Upgrade Prompting
A Bit of a Niggle
I feel like I have a demo version of SQL Prompt rather then the full licensed copy I have had for many years
Every startup of Visual Studio or SQL Studio I get a NAG telling me I ...
SQL Prompt Exceptions
What is This ... there are maybe 20 of them over 3 hrs and VS 2010 won't stay up
2011-10-27 11:44:52,945 [45] ERROR RedGate.SqlPrompt.Engine.LogService [(null)] - LogService caught unhandled except...
Formatting Funny ?
I see this when I format SQL
WHERE TimeLogged < @CreateDate
AND LEFT(lbl.LotID, 5) = LEFT(@LotID,
5)
It splits across the comma in the Left function ??
Mike
Licensing
Hi
I received my notification that my license is about to expire . I followed the link to renew it only to find that there was one option to renew for 3 yrs for the princely sum of $222
Is this now...
Suggestions from Table Variables
Hi
If I create a Table Variable , should I be seeing normal suggestion lists from the columns
eg
DECLARE @... TABLE
(
Id INT ,
TestName VARCHAR(50)
)
if that were Select * from <space> I would get ...
My Two Penneth
Firstly I see a lot of the commentary is from people who have joined this Forum since Feb 11. So clearly not routine Red Gate users, and do not contribute to the community with experiences from the...
Suggestion List from Snippets
Hi
Am I missing something , I type my normal ssf , Select * From and I used to get an immediate List of tables , now it seems I have to press Space to see the list ??
Mike