How can we help you today? How can we help you today?
jjderoo

Activity overview

Latest activity by jjderoo

i have the latest build (from early january) and i think this had not been dealt with in that version. is there an ETA for a correction? / comments
i have the latest build (from early january) and i think this had not been dealt with in that version. is there an ETA for a correction?
0 votes
which font spec are you referring to? inside ssms, courier new, plain, 10pt windows screen properties - large dpi / comments
which font spec are you referring to? inside ssms, courier new, plain, 10pt windows screen properties - large dpi
0 votes
screen layout
when i use the menu item SQL Prompt/About or when i am in the options screen, the right hand end of strings are truncated. in the about screen, the version string is SQL Prompt versi this is on a d...
2 followers 4 comments 0 votes
that does not seem to make a difference - i think this is more a side effect of not having at least one column named between SELECT and FROM when i have a column in the select list, the candidate list is less confused / comments
that does not seem to make a difference - i think this is more a side effect of not having at least one column named between SELECT and FROM when i have a column in the select list, the candidate l...
0 votes
snippet name: neo description: find the most recent objects in the database defn: select top 21 name, type, crdate from sysobjects order by crdate desc / comments
snippet name: neo description: find the most recent objects in the database defn: select top 21 name, type, crdate from sysobjects order by crdate desc
0 votes
further experiementing has shown that the behaviour is better once at least one column is named between the SELECT and the FROM / comments
further experiementing has shown that the behaviour is better once at least one column is named between the SELECT and the FROM
0 votes
can the download of a database definition be interrupted
i connected to a database with many many objects over a slowish VPN connection, and it decided to download the objects. i tried using the ESC key, right-clicking on the progress window and could no...
1 follower 1 comment 0 votes
wrong candidate list in v3
if i type the following query --- SELECT FROM dbo.CONTRACT ORD (NOLOCK) INNER JOIN dbo.CONTRACTITEM ITM (NOLOCK) ON ( ORD.CONTRACTNO = ITM.CONTRACTNO ) INNER JOIN dbo.Master MI (NOLOCK) ON (ITM.mas...
2 followers 2 comments 0 votes
problems with table alias handling
if i get to the point of having this query --- SELECT FROM dbo.CONTRACT ORD (NOLOCK) INNER JOIN dbo.CONTRACTITEM ITM (NOLOCK) ON ( ORD.CONTRACTNO = ITM.CONTRACTNO ) INNER JOIN dbo.Master MI (NOLOCK...
2 followers 3 comments 0 votes