Posts
Sort by recent activity
Candidate List Highlights
Hi
I mentioned this is early access version
As I type
SELECT * FROM dbo.QA_TESTS_LOT AS qtl INNER JOIN dbo.QA_LIMITS_LOT AS qll ON
The candidate list appears but no line is highlighted so you have ...
Cache Refresh
Hi
I have uninstalled V4 for the time being , and I am busy refeshing the cache of a DB , am I right that the cache manament option has dissappered from V4
I deal with lots of DB , and after change...
Corrections Beta Date
Hi
Is there a date for the corrections to the early access version and a true Beta ?
There are sufficient niggles and loss of functionality to make me think seriously about uninstalling V4 for the ...
Foreign Key Join Suggestions
Hi
Another bug ?
When I type "Inner Join On" , I get the Candidate list that shows my 3 (in this case) Foreign keys at the top and the Columns of both tables , after selecting the first one for the...
Table Variables
Hi
A big funny I think
first I declared ...DECLARE @Lots TABLE
(
LotID varchar(20)
)
Problem 1
when I typed Insert Into I didn't get a suggestion of @Lots as I would expect in fac...
Early niggles
Hi
It would seem the bracket pairing is working strangely
In 3.9 if you have a function and a pair of () , when you enter text within the brackets and add a final bracket ) if its already exists it...
Ordering in Candidate list
Hi
I have 5 local varibales , not declared in any order , when I type SET I get the 5 variables at the top of the Candidate List but not sorted in anyway , Its not alphabetic and not in the order o...
Ugly Error
Hi
I just tried to layout some text and got the error attached below
I have uninstalled and rebooted re installed to no avail. I have also uninstalled some odd trials to make sure they were'nt inte...
Feature Suggestion
Maybe not a SQL Prompt thing but ...
I recently tried an add in that gave ythe equivalent of Outlining in SSMS , I removed it for other reasons.
While it lasted it was great to be able to Outline a...
Feature Suggestion
Hi
A great product , thanks for the support (Lynda) effort to get me a copy to demo .
One bit I see missing is mapping foreign key relations
I have been working around the ADO Entity Framework and...