Posts
Sort by recent activity
Unable to use upgraded SQL Prompt with either SSMS 2014 or SSMS 2018 (18.7.1)
I have installed (upgraded) this via a corporate installer but it simply does not show up in either of these applications.The licence is valid and the other Toolbelt elements appear to work without...
no columns suggested
the following does not give any suggestions V.3.6.0.109
SELECT
d.DealCode AS [DealNumberTradeID]
,cty.cif AS [CIFofCounterparty]
,bu.<CURSOR>
FROM
deal d
INNER JOIN [dbo].[counterparty] cty ON cty...