Comments
Sort by recent activity
Thanks Brian
PLEASE include it sometime , I find it an excellent addition to teh toolkit. How many times have we all closed a doc without saving it !
Mike / comments
Thanks Brian
PLEASE include it sometime , I find it an excellent addition to teh toolkit. How many times have we all closed a doc without saving it !
Mike
And the silence was deafening [image] / comments
And the silence was deafening
Is anyone going to answer this question ?? / comments
Is anyone going to answer this question ??
PS the installer I just downloaded , tells me I have version 0.4 installed and just stops there.
Where do I download with a new Time Out ? / comments
PS the installer I just downloaded , tells me I have version 0.4 installed and just stops there.
Where do I download with a new Time Out ?
How about simply NOT showing it . The reminder emails are fine to remind me . I haven't fogot so far [image] / comments
How about simply NOT showing it . The reminder emails are fine to remind me . I haven't fogot so far
I am back ...
My conscience won out and I payed the money , I am now the proud owner of a SQL prompt licesnse for my 6th year.
I did this on my works PC and lo and behold the nag screen stopped.
However on my home PC ( I am allowed it more than one PC) its still happening
Now how do I stop it -- I can't feed the receipt for my purchase in any way
Tongue Firmly In Cheek
Mike / comments
I am back ...
My conscience won out and I payed the money , I am now the proud owner of a SQL prompt licesnse for my 6th year.
I did this on my works PC and lo and behold the nag screen stopped.
Ho...
Not to plug the opposition (Not really) :roll:
Have you looked at CodeSmith (www.CodeSmthTools.Com) , you can set up extremely comprehensive templates that generate CRUD and lots of other code . There samples show you how, even to using full blown ORM's like NHibernate . Along with their own PLINQO ones
You can also Use T4 in VS to generate stuff , but it takes a bit more effort.
ALSO again there are INSERT DELETE and UPDATE templates in Sql Management Studio
Cheers
Mike / comments
Not to plug the opposition (Not really) :roll:
Have you looked at CodeSmith (www.CodeSmthTools.Com) , you can set up extremely comprehensive templates that generate CRUD and lots of other code ....
Thanks James
I have passed this to CodeSmith , it also explains why the Red Gate Event log contains so much stuff
They believe they have found an issue which they have fixed
Sorry to bother you
Mike / comments
Thanks James
I have passed this to CodeSmith , it also explains why the Red Gate Event log contains so much stuff
They believe they have found an issue which they have fixed
Sorry to bother you
Mike
PS
It seems to work normally if
CREATE TABLE #Test
(
Id INT ,
TestName VARCHAR(50)
)
SELECT
Id ,
TestName
FROM
#Test AS t
Mike / comments
PS
It seems to work normally if
CREATE TABLE #Test
(
Id INT ,
TestName VARCHAR(50)
)
SELECT
Id ,
TestName
FROM
#Test AS t
Mike
Hi Luke
Thanks for the response
The sort of thing I was thinking about was the sort of Intellesence improvements seeon in products like Re Sharper and Visual Assist X.
The candidate list is filtered not only based on full names say LotBaseLog in my example , but on "CamelHumps" id LBL would immediately suggest LotBaseLog or any other object that matched the LBL pattern in its Capitalisations . In essense the reverse of auto aliasing as present in SQLPrompt already
Cheers
Mike / comments
Hi Luke
Thanks for the response
The sort of thing I was thinking about was the sort of Intellesence improvements seeon in products like Re Sharper and Visual Assist X.
The candidate list is filtere...