Posts
Sort by recent activity
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...
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...
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...
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...